[Midnightbsd-cvs] mports: pkg-install.in: Remove the ************** bs

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 8 15:28:16 EST 2008


Log Message:
-----------
Remove the ************** bs

Modified Files:
--------------
    mports/www/moinmoin/files:
        pkg-install.in (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-install.in
===================================================================
RCS file: /home/cvs/mports/www/moinmoin/files/pkg-install.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -L www/moinmoin/files/pkg-install.in -L www/moinmoin/files/pkg-install.in -u -r1.1 -r1.2
--- www/moinmoin/files/pkg-install.in
+++ www/moinmoin/files/pkg-install.in
@@ -7,8 +7,6 @@
 
 "xINSTANCE")
 
-	echo "************************************************************"
-
 	case "x$3" in
 
 	"xMOD_PYTHON")
@@ -59,13 +57,11 @@
 	echo "If you want to install additional wiki instances"
 	echo "call 'make instance' with appriopriate arguments."
 	echo "E.g.: make MOINTYPE=FCGI MOINDEST=/usr/local/www/wiki instance"
-	echo "************************************************************"
 
 	;;
 
 "xPOST-INSTALL")
 
-	echo "************************************************************"
 	echo "Important: You have currently no wiki instance installed."
 	echo ""
 	echo "If you're installing from ports, just run 'make instance'"
@@ -96,17 +92,14 @@
 	echo ""
 	echo "Note: export might not work with your shell, use"
 	echo "# setenv VAR 'value' instead"
-	echo "************************************************************"
 
 	;;
 
 "xDEINSTALL")
 
-	echo "************************************************************"
 	echo "All shared files have been removed."
 	echo "To complete deinstallation, please remove all the wiki"
 	echo "instances you have created."
-	echo "************************************************************"
 
 	;;
 


More information about the Midnightbsd-cvs mailing list