Date: Sat, 31 May 2014 14:33:59 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355982 - head/java/mmake Message-ID: <201405311433.s4VEXx5f049170@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat May 31 14:33:59 2014 New Revision: 355982 URL: http://svnweb.freebsd.org/changeset/ports/355982 QAT: https://qat.redports.org/buildarchive/r355982/ Log: Add staging support Modified: head/java/mmake/Makefile Modified: head/java/mmake/Makefile ============================================================================== --- head/java/mmake/Makefile Sat May 31 14:24:25 2014 (r355981) +++ head/java/mmake/Makefile Sat May 31 14:33:59 2014 (r355982) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405311433.s4VEXx5f049170>