diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-13 22:57:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-13 22:57:16 +0800 |
commit | 439ab4e87c755a1571888b6625397fd8562db909 (patch) | |
tree | efba899fd7b05776744316ba88e1aaaa8360922d /www/webcrawl | |
parent | 70c7ee88035132eac21066b658700aa081302f75 (diff) | |
download | freebsd-ports-gnome-439ab4e87c755a1571888b6625397fd8562db909.tar.gz freebsd-ports-gnome-439ab4e87c755a1571888b6625397fd8562db909.tar.zst freebsd-ports-gnome-439ab4e87c755a1571888b6625397fd8562db909.zip |
Support staging
Diffstat (limited to 'www/webcrawl')
-rw-r--r-- | www/webcrawl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/webcrawl/Makefile b/www/webcrawl/Makefile index 5392242cdab6..570e8a47cf59 100644 --- a/www/webcrawl/Makefile +++ b/www/webcrawl/Makefile @@ -14,12 +14,10 @@ COMMENT= Download web sites without user interaction by following links 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> |