svn commit: r358274 - head/math/gnubc
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jun 18 13:29:46 UTC 2014
Author: vanilla
Date: Wed Jun 18 13:29:45 2014
New Revision: 358274
URL: http://svnweb.freebsd.org/changeset/ports/358274
QAT: https://qat.redports.org/buildarchive/r358274/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/math/gnubc/Makefile
Modified: head/math/gnubc/Makefile
==============================================================================
--- head/math/gnubc/Makefile Wed Jun 18 13:25:50 2014 (r358273)
+++ head/math/gnubc/Makefile Wed Jun 18 13:29:45 2014 (r358274)
@@ -14,23 +14,22 @@ COMMENT= The GNU bc/dc calculator
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libedit
-MAN1= bc.1 \
- dc.1
INFO= bc \
dc
PLIST_FILES= bin/bc \
- bin/dc
+ bin/dc \
+ man/man1/bc.1.gz \
+ man/man1/dc.1.gz
PORTEXAMPLES= ckbook.b \
pi.b \
primes.b \
twins.b
-NO_STAGE= yes
post-install:
.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for f in ${PORTEXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/Examples/${f} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Examples/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
.endif
More information about the svn-ports-all
mailing list