Add staging support

This commit is contained in:
Pawel Pekala 2014-05-31 14:33:59 +00:00
parent 3d718d87ec
commit febf657cf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355982

View File

@ -17,8 +17,10 @@ USES= perl5 gmake
GNU_CONFIGURE= yes
NO_BUILD= yes
MAN1= mmake.1
PLIST_FILES= bin/mmake
PLIST_FILES= bin/mmake man/man1/mmake.1.gz
post-patch:
@${REINPLACE_CMD} -E 's,(BIN|MAN)DIR),DESTDIR)$$(&,' \
${WRKSRC}/Makefile.in
NO_STAGE= yes
.include <bsd.port.mk>