- Add stage support

PR:		ports/191165
Submitted by:	joe@thrallingpenguin.com
This commit is contained in:
Danilo Egea Gondolfo 2014-06-20 04:48:15 +00:00
parent 8f401b7d90
commit 9a3f57faae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358503

View File

@ -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>