[Midnightbsd-cvs] mports: pkg-glue.in: don't spam make.conf.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Mon Jun 9 16:41:27 EDT 2008


Log Message:
-----------
don't spam make.conf.

Modified Files:
--------------
    mports/lang/perl5.10/files:
        pkg-glue.in (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-glue.in
===================================================================
RCS file: /home/cvs/mports/lang/perl5.10/files/pkg-glue.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -L lang/perl5.10/files/pkg-glue.in -L lang/perl5.10/files/pkg-glue.in -u -r1.1 -r1.2
--- lang/perl5.10/files/pkg-glue.in
+++ lang/perl5.10/files/pkg-glue.in
@@ -15,7 +15,6 @@
 	need_create_links=yes
 	need_cleanup_make_conf=yes
 	need_cleanup_manpath=yes
-	need_spam_make_conf=yes
 	need_spam_manpath=yes
 	need_post_install=yes
 elif [ "$2" = "POST-DEINSTALL" ] ; then
@@ -103,14 +102,6 @@
 	echo " Done."
 }
 
-do_spam_make_conf()
-{
-	echo -n "Spamming ${MAKE_CONF}..."
-	echo "$banner" >>${MAKE_CONF}
-	echo "PERL_VER=$PERL_VERSION" >>${MAKE_CONF}
-	echo "PERL_VERSION=$PERL_VERSION" >>${MAKE_CONF}
-	echo " Done."
-}
 
 do_spam_manpath()
 {
@@ -125,7 +116,6 @@
 [ $need_create_links ] && do_create_links
 [ $need_post_install ] && do_post_install
 [ $need_cleanup_make_conf ] && do_cleanup_make_conf
-[ $need_spam_make_conf ] && do_spam_make_conf
 [ $need_cleanup_manpath ] && do_cleanup_manpath
 [ $need_spam_manpath ] && do_spam_manpath
 


More information about the Midnightbsd-cvs mailing list