[Midnightbsd-cvs] mports: Makefile: Get rid of some dippy ascii art.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Apr 28 22:00:36 EDT 2008


Log Message:
-----------
Get rid of some dippy ascii art.

Modified Files:
--------------
    mports/net/cvsup:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/cvsup/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L net/cvsup/Makefile -L net/cvsup/Makefile -u -r1.2 -r1.3
--- net/cvsup/Makefile
+++ net/cvsup/Makefile
@@ -53,11 +53,8 @@
 
 pre-everything::
 .ifdef STATIC
-	@${ECHO_MSG} "*****************************************************"
-	@${ECHO_MSG} "* In future, please define WITH_STATIC instead of   *"
-	@${ECHO_MSG} "* STATIC.                                           *"
-	@${ECHO_MSG} "*****************************************************"
-	@${ECHO_MSG} ""
+	@${ECHO_MSG} " In future, please define WITH_STATIC instead of "
+	@${ECHO_MSG} " STATIC.                                         "
 .endif
 
 .ifdef STATIC || WITH_STATIC
@@ -67,15 +64,11 @@
 pre-fetch:
 .ifndef WITHOUT_X11
 .if ${ARCH} == "amd64"
-	@${ECHO_MSG} "*****************************************************"
-	@${ECHO_MSG} "* CVSup with X11 is not yet supported on amd64.     *"
-	@${ECHO_MSG} "* I will build cvsup without X11 support now.       *"
-	@${ECHO_MSG} "*****************************************************"
+	@${ECHO_MSG} "CVSup with X11 is not yet supported on amd64.    "
+	@${ECHO_MSG} "I will build cvsup without X11 support now.      "
 .else
-	@${ECHO_MSG} "*****************************************************"
-	@${ECHO_MSG} "* To build CVSup without X11 (and without the GUI)  *"
-	@${ECHO_MSG} "* use the \"net/cvsup-without-gui\" port.             *"
-	@${ECHO_MSG} "*****************************************************"
+	@${ECHO_MSG} "To build CVSup without X11 (and without the GUI) "
+	@${ECHO_MSG} "use the \"net/cvsup-without-gui\" port.          "
 .endif
 .endif
 


More information about the Midnightbsd-cvs mailing list