Date: Thu, 8 May 2014 18:24:39 +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: r353345 - head/japanese/ack Message-ID: <201405081824.s48IOdsN028212@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405081824.s48IOdsN028212>