diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-23 02:31:01 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-23 02:31:01 +0000 |
commit | 69a3ca3fb2bafd9a40fe051e1deba27dec90c0ef (patch) | |
tree | c7b095a2d074adf0594be8fe507b95d83b6c3288 /www/py-prewikka/Makefile | |
parent | - Fix mapyrus script: removed quotes around the variable JAVA_AWT_HEADLESS, (diff) |
- Do not override configuration files
PR: ports/103479
Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> (maintainer)
Diffstat (limited to 'www/py-prewikka/Makefile')
-rw-r--r-- | www/py-prewikka/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/py-prewikka/Makefile b/www/py-prewikka/Makefile index 726acf95a84e..1819fe26da75 100644 --- a/www/py-prewikka/Makefile +++ b/www/py-prewikka/Makefile @@ -7,6 +7,7 @@ PORTNAME= prewikka PORTVERSION= 0.9.7.1 +PORTREVISION= 1 CATEGORIES= www security python MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -22,4 +23,9 @@ LIB_DEPENDS= prelude.[6-?]:${PORTSDIR}/security/libprelude \ USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes +post-patch: + ${MV} ${WRKSRC}/conf/prewikka.conf ${WRKSRC}/conf/prewikka.conf-dist + ${REINPLACE_CMD} 's,conf/prewikka.conf,conf/prewikka.conf-dist,' \ + ${WRKSRC}/setup.py + .include <bsd.port.mk> |