aboutsummaryrefslogtreecommitdiff
path: root/editors/chexedit
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-19 01:43:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-19 01:43:44 +0000
commit4408cc4ad446b5d15f5f33aba4f44a0960ce664b (patch)
treee0b6752d3c42ba213df1ee4c07198f655efe20ac /editors/chexedit
parent330ee4a15486028cfd1869fc7ccddf65c5c012ed (diff)
downloadports-4408cc4ad446b5d15f5f33aba4f44a0960ce664b.tar.gz
ports-4408cc4ad446b5d15f5f33aba4f44a0960ce664b.zip
- Support staging
Notes
Notes: svn path=/head/; revision=330818
Diffstat (limited to 'editors/chexedit')
-rw-r--r--editors/chexedit/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile
index e07f55ce9db4..989385f7b570 100644
--- a/editors/chexedit/Makefile
+++ b/editors/chexedit/Makefile
@@ -13,16 +13,13 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Full screen text mode Hex editor using the [n]curses library
LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-PLIST_FILES= bin/chexedit
+PLIST_FILES= bin/chexedit \
+ man/man1/chexedit.1.gz
-MAN1= chexedit.1
-
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${PREFIX}/bin/chexedit
- ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${PREFIX}/man/man1/chexedit.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${STAGEDIR}${PREFIX}/bin/chexedit
+ ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/chexedit.1
.include <bsd.port.mk>