diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-20 04:48:15 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-20 04:48:15 +0000 |
commit | 9a3f57faae5b701364544d397aab6d82d7b7669a (patch) | |
tree | 76b2eaaffaeb872c8bbbe89cab56212641b64c61 /devel/cvslines | |
parent | 8f401b7d903c32e199bc9da210533dfdfe675f17 (diff) | |
download | ports-9a3f57faae5b701364544d397aab6d82d7b7669a.tar.gz ports-9a3f57faae5b701364544d397aab6d82d7b7669a.zip |
Notes
Diffstat (limited to 'devel/cvslines')
-rw-r--r-- | devel/cvslines/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/cvslines/Makefile b/devel/cvslines/Makefile index 128d1609de90..d55b58e7d9ad 100644 --- a/devel/cvslines/Makefile +++ b/devel/cvslines/Makefile @@ -16,14 +16,12 @@ SHEBANG_FILES= cvslines .for ii in s s_check s-check s-commit s-config s-status PLIST_FILES+= bin/cvsline${ii} .endfor +PLIST_FILES+= man/man1/cvslines.1.gz -MAN1= cvslines.1 - -NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -i '' -e 's|the the|the|' ${WRKSRC}/cvslines.1 do-install: - PREFIX=${PREFIX} ${PERL5} ${WRKSRC}/INSTALL ${WRKSRC}/CONFIG + PREFIX=${STAGEDIR}${PREFIX} ${PERL5} ${WRKSRC}/INSTALL ${WRKSRC}/CONFIG .include <bsd.port.mk> |