svn commit: r355982 - head/java/mmake

Pawel Pekala pawel at FreeBSD.org
Sat May 31 14:34:00 UTC 2014


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>


More information about the svn-ports-all mailing list