aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-07-06 11:41:27 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-07-06 11:41:27 +0000
commit56302292fce3e523046983503dbd91ad36b7231b (patch)
tree4a22cb6ccca4c07cd1b80d8e8f010a29da0da5b4
parentbc1e9a160d0fc6da488fa6d60ef98130a46f5a0d (diff)
Notes
-rw-r--r--print/dviselect/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile
index 793a83b5b11d..6081db44d003 100644
--- a/print/dviselect/Makefile
+++ b/print/dviselect/Makefile
@@ -15,8 +15,10 @@ COMMENT= Extract pages from DVI files
SCRIPTS_ENV= CFLAGS="${CFLAGS}"
-MAN1= dviselect.1
-PLIST_FILES= bin/dviselect
+PLIST_FILES= bin/dviselect man/man1/dviselect.1.gz
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dviselect ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/dviselect.1 ${STAGEDIR}${MANPREFIX}/man/man1
-NO_STAGE= yes
.include <bsd.port.mk>