diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-12-27 23:26:57 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-12-27 23:26:57 +0000 |
commit | c65970a41cde77ebaff949d6dcaa3eecd6024c35 (patch) | |
tree | 8e626415f6d038cae4bd81829a4242029ee03009 /japanese | |
parent | 5435bdc93c4affe248048cab3290df0dd73a833b (diff) | |
download | ports-c65970a41cde77ebaff949d6dcaa3eecd6024c35.tar.gz ports-c65970a41cde77ebaff949d6dcaa3eecd6024c35.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/trac/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} |