diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-01-27 23:52:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-01-27 23:52:56 +0800 |
commit | 888852ed453be009344ae1e98dceee5ae2ca5b2b (patch) | |
tree | 49a784cf89fc46e5fa1b7f958582cd0b4231d6e4 /editors/hexedit | |
parent | 1fc10e20be6c1475cae2d3a135641deab2aea3ff (diff) | |
download | freebsd-ports-gnome-888852ed453be009344ae1e98dceee5ae2ca5b2b.tar.gz freebsd-ports-gnome-888852ed453be009344ae1e98dceee5ae2ca5b2b.tar.zst freebsd-ports-gnome-888852ed453be009344ae1e98dceee5ae2ca5b2b.zip |
Support staging.
Diffstat (limited to 'editors/hexedit')
-rw-r--r-- | editors/hexedit/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index c754d2aa5920..7b35a24eae85 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -15,13 +15,11 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${DISTNAME:S/-${PORTVERSION}//} GNU_CONFIGURE= yes -MAN1= hexedit.1 -PLIST_FILES= bin/hexedit +PLIST_FILES= bin/hexedit man/man1/hexedit.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${STAGEDIR}${PREFIX}/man/man1 .include <bsd.port.mk> |