cvsuser 03/12/17 10:52:03
Modified: P5EEx/Blue Makefile.PL
Log:
took out ill-considered installation of sample templates
Revision Changes Path
1.19 +9 -9 p5ee/P5EEx/Blue/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /cvs/public/p5ee/P5EEx/Blue/Makefile.PL,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -w -r1.18 -r1.19
--- Makefile.PL 19 Jun 2003 17:45:23 -0000 1.18
+++ Makefile.PL 17 Dec 2003 18:52:03 -0000 1.19
@@ -1,6 +1,6 @@
######################################################################
-## File: $Id: Makefile.PL,v 1.18 2003/06/19 17:45:23 spadkins Exp $
+## File: $Id: Makefile.PL,v 1.19 2003/12/17 18:52:03 spadkins Exp $
######################################################################
use ExtUtils::MakeMaker;
@@ -96,17 +96,17 @@
# TEMPLATES
######################################################################
-if ($ENV{TEMPLATEDIR}) {
- $TEMPLATEDIR = $ENV{TEMPLATEDIR};
-}
-else {
- $TEMPLATEDIR = "$PREFIX/templates";
-}
+#if ($ENV{TEMPLATEDIR}) {
+# $TEMPLATEDIR = $ENV{TEMPLATEDIR};
+#}
+#else {
+# $TEMPLATEDIR = "$PREFIX/templates";
+#}
# oops. INSTALLSCRIPT is where programs should go, i.e. $PREFIX/bin
# I had better find another way to install templates in the right place
-$opts{'INST_SCRIPT'} = 'templates'; # local build area
-$opts{'INSTALLSCRIPT'} = "$TEMPLATEDIR/$opts{NAME}"; # install area
+#$opts{'INST_SCRIPT'} = 'templates'; # local build area
+#$opts{'INSTALLSCRIPT'} = "$TEMPLATEDIR/$opts{NAME}"; # install area
######################################################################
# MAKE THE MAKEFILE