svn commit: r348190 - head/x11-fonts/mkbold
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Mar 14 09:14:15 UTC 2014
Author: ehaupt
Date: Fri Mar 14 09:14:14 2014
New Revision: 348190
URL: http://svnweb.freebsd.org/changeset/ports/348190
QAT: https://qat.redports.org/buildarchive/r348190/
Log:
Support staging
Modified:
head/x11-fonts/mkbold/Makefile
Modified: head/x11-fonts/mkbold/Makefile
==============================================================================
--- head/x11-fonts/mkbold/Makefile Fri Mar 14 09:14:01 2014 (r348189)
+++ head/x11-fonts/mkbold/Makefile Fri Mar 14 09:14:14 2014 (r348190)
@@ -14,17 +14,15 @@ COMMENT= Perl script to make BDF font bo
CONFLICTS= mkbold-mkitalic-[0-9]*
PLIST_FILES= bin/mkbold
-USES= shebangfix perl5
+USES= shebangfix perl5 tar:bzip2
SHEBANG_FILES= mkbold
EXTRACT_CMD= ${BZCAT}
EXTRACT_BEFORE_ARGS= #
EXTRACT_AFTER_ARGS= > ${WRKSRC}/mkbold
NO_WRKSUBDIR= yes
NO_BUILD= yes
-USE_BZIP2= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/mkbold ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/mkbold ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list