svn commit: r348079 - head/www/webcrawl
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 13 14:57:17 UTC 2014
Author: ehaupt
Date: Thu Mar 13 14:57:16 2014
New Revision: 348079
URL: http://svnweb.freebsd.org/changeset/ports/348079
QAT: https://qat.redports.org/buildarchive/r348079/
Log:
Support staging
Modified:
head/www/webcrawl/Makefile
Modified: head/www/webcrawl/Makefile
==============================================================================
--- head/www/webcrawl/Makefile Thu Mar 13 14:55:52 2014 (r348078)
+++ head/www/webcrawl/Makefile Thu Mar 13 14:57:16 2014 (r348079)
@@ -14,12 +14,10 @@ COMMENT= Download web sites without user
ALL_TARGET=
-MAN1= webcrawl.1
-PLIST_FILES= bin/webcrawl
+PLIST_FILES= bin/webcrawl man/man1/webcrawl.1.gz
-NO_STAGE= yes
do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/webcrawl ${PREFIX}/bin/
- @ ${INSTALL_MAN} ${WRKSRC}/webcrawl.1 ${MAN1PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/webcrawl ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/webcrawl.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list