aboutsummaryrefslogtreecommitdiff
path: root/editors/dhex
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-26 07:52:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-26 07:52:07 +0000
commit96e924e3e0620616ba44248c18b855e651f6241e (patch)
treefe5a4168071e52b53ffe1ac53c3e9f3d60b6584c /editors/dhex
parente12db4011c1e8691d75b86b102698bc4b94eeed6 (diff)
downloadports-96e924e3e0620616ba44248c18b855e651f6241e.tar.gz
ports-96e924e3e0620616ba44248c18b855e651f6241e.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331656
Diffstat (limited to 'editors/dhex')
-rw-r--r--editors/dhex/Makefile8
-rw-r--r--editors/dhex/pkg-plist5
2 files changed, 8 insertions, 5 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile
index 694f1dfe4ca7..dc7edf69d849 100644
--- a/editors/dhex/Makefile
+++ b/editors/dhex/Makefile
@@ -15,14 +15,12 @@ LICENSE= GPLv2
MAN1= dhex.1
MAN5= dhexrc.5 dhex_markers.5 dhex_searchlog.5
-PLIST_FILES= bin/dhex
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${MANPREFIX}/man/man1
.for f in ${MAN5}
- ${INSTALL_MAN} ${WRKSRC}/${f} ${MANPREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MANPREFIX}/man/man5
.endfor
.include <bsd.port.mk>
diff --git a/editors/dhex/pkg-plist b/editors/dhex/pkg-plist
new file mode 100644
index 000000000000..dedc1ca41b59
--- /dev/null
+++ b/editors/dhex/pkg-plist
@@ -0,0 +1,5 @@
+bin/dhex
+man/man1/dhex.1.gz
+man/man5/dhex_markers.5.gz
+man/man5/dhex_searchlog.5.gz
+man/man5/dhexrc.5.gz