[Midnightbsd-cvs] mports [18530] trunk/shells/ksh93/Makefile: cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Apr 1 07:09:30 EDT 2015
Revision: 18530
http://svnweb.midnightbsd.org/mports/?rev=18530
Author: laffer1
Date: 2015-04-01 07:09:29 -0400 (Wed, 01 Apr 2015)
Log Message:
-----------
cleanup
Modified Paths:
--------------
trunk/shells/ksh93/Makefile
Modified: trunk/shells/ksh93/Makefile
===================================================================
--- trunk/shells/ksh93/Makefile 2015-04-01 10:59:15 UTC (rev 18529)
+++ trunk/shells/ksh93/Makefile 2015-04-01 11:09:29 UTC (rev 18530)
@@ -1,6 +1,6 @@
# $MidnightBSD$
#
-# Make sure that your configuration DOES NOT set AN?Y gcc-related
+# Make sure that your configuration DOES NOT set ANY gcc-related
# variables. ksh93 will not compile if you set even the seemingly
# most unrelated variable related to gcc configuration. This means
# especially any flag which attempts to set the cputype. Setting the
@@ -45,8 +45,8 @@
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/ksh ${STAGEDIR}${PREFIX}/bin/ksh93
${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ksh93.1
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
- cd ${WRKSRC}/fun/ && ${INSTALL_SCRIPT} dirs popd pushd ${STAGEDIR}${EXAMPLESDIR}/
+ ${MKDIR} ${EXAMPLESDIR}/
+ cd ${WRKSRC}/fun/ && ${INSTALL_SCRIPT} dirs popd pushd ${EXAMPLESDIR}/
test: build
@cd ${WRKSRC}/src/cmd/ksh93/tests/ && \
More information about the Midnightbsd-cvs
mailing list