aboutsummaryrefslogtreecommitdiff
path: root/textproc/rman/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 09:53:23 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 09:53:23 +0000
commitf19c2a7299888bcea0a76406a37d0847e2fd8ac8 (patch)
tree0454a06c29af5c5315ab00db998211b91340482a /textproc/rman/Makefile
parent8a0ab4e9753102d9d2e0f625fe648865ca3df05c (diff)
Notes
Diffstat (limited to 'textproc/rman/Makefile')
-rw-r--r--textproc/rman/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index 4df0dbc1ade7..8b1ac0ca8619 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -12,11 +12,9 @@ COMMENT= Reverse compile man pages from formatted form
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
BINDIR="${PREFIX}/bin" MANDIR="${MAN1PREFIX}/man/man1"
-MAN1= rman.1
-PLIST_FILES= bin/rman
+PLIST_FILES= bin/rman man/man1/rman.1.gz
-NO_STAGE= yes
post-install:
- @${STRIP_CMD} ${PREFIX}/bin/rman
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rman
.include <bsd.port.mk>