Add staging support

This commit is contained in:
Pawel Pekala
2014-05-31 14:33:59 +00:00
parent 3d718d87ec
commit febf657cf2

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>