aboutsummaryrefslogtreecommitdiffstats
path: root/www/webcrawl
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-13 22:57:16 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-13 22:57:16 +0800
commit439ab4e87c755a1571888b6625397fd8562db909 (patch)
treeefba899fd7b05776744316ba88e1aaaa8360922d /www/webcrawl
parent70c7ee88035132eac21066b658700aa081302f75 (diff)
downloadfreebsd-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/Makefile8
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>