From c65970a41cde77ebaff949d6dcaa3eecd6024c35 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Tue, 27 Dec 2005 23:26:57 +0000 Subject: Remove *.orig files at post-patch stage to fix plist. Reported by: pointyhat via kris --- japanese/trac/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'japanese') diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile index 0bff8b4fa2a0..115a3fdfdffc 100644 --- a/japanese/trac/Makefile +++ b/japanese/trac/Makefile @@ -7,6 +7,7 @@ PORTNAME= trac PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= japanese www devel python MASTER_SITES= http://dist.bsdlab.org/ \ http://www.i-act.co.jp/project/products/downloads/ @@ -43,6 +44,9 @@ x-generate-plist: ;s,@dirrm (%%PYTHON_SITELIBDIR%%|${PYTHON_LIBDIR:S,${PYTHONBASE}/,,})$$,,g \ ' | ${TR} -s '\n') > temp-pkg-plist +post-patch: + @${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM} + post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} -- cgit v1.2.3