aboutsummaryrefslogtreecommitdiff
path: root/devel/cvslines
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-06-20 04:48:15 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-06-20 04:48:15 +0000
commit9a3f57faae5b701364544d397aab6d82d7b7669a (patch)
tree76b2eaaffaeb872c8bbbe89cab56212641b64c61 /devel/cvslines
parent8f401b7d903c32e199bc9da210533dfdfe675f17 (diff)
downloadports-9a3f57faae5b701364544d397aab6d82d7b7669a.tar.gz
ports-9a3f57faae5b701364544d397aab6d82d7b7669a.zip
Notes
Diffstat (limited to 'devel/cvslines')
-rw-r--r--devel/cvslines/Makefile6
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>