aboutsummaryrefslogtreecommitdiff
path: root/editors/hexedit
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-01-27 15:52:56 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-01-27 15:52:56 +0000
commita8314671cade3b3c7e7e9f030e613d1b37124e81 (patch)
tree49a784cf89fc46e5fa1b7f958582cd0b4231d6e4 /editors/hexedit
parent4df27e22c6cc05e1315d9d7fa8b31dac9ce6c82a (diff)
downloadports-a8314671cade3b3c7e7e9f030e613d1b37124e81.tar.gz
ports-a8314671cade3b3c7e7e9f030e613d1b37124e81.zip
Notes
Diffstat (limited to 'editors/hexedit')
-rw-r--r--editors/hexedit/Makefile8
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>