svn commit: r353345 - head/japanese/ack

Pawel Pekala pawel at FreeBSD.org
Thu May 8 18:24:39 UTC 2014


Author: pawel
Date: Thu May  8 18:24:39 2014
New Revision: 353345
URL: http://svnweb.freebsd.org/changeset/ports/353345
QAT: https://qat.redports.org/buildarchive/r353345/

Log:
  Add staging support

Modified:
  head/japanese/ack/Makefile

Modified: head/japanese/ack/Makefile
==============================================================================
--- head/japanese/ack/Makefile	Thu May  8 18:23:33 2014	(r353344)
+++ head/japanese/ack/Makefile	Thu May  8 18:24:39 2014	(r353345)
@@ -17,9 +17,10 @@ CONFLICTS_INSTALL=	p5-ack-[0-9]* ack-[0-
 ALL_TARGET=	ack
 CFLAGS+=	-Wno-error=return-type
 
-MANLANG=	ja
-MAN1=		ack.1
-PLIST_FILES=	bin/ack
+PLIST_FILES=	bin/ack man/ja/man1/ack.1.gz
+
+post-patch:
+	@${REINPLACE_CMD} -E 's,(BINARY|MANUAL)),DESTDIR)$$(&,' \
+		${WRKSRC}/Makefile
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list