diff options
Diffstat (limited to 'www/dokuwiki/Makefile')
-rw-r--r-- | www/dokuwiki/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile index c4439fdba0ed..70c49d7acc26 100644 --- a/www/dokuwiki/Makefile +++ b/www/dokuwiki/Makefile @@ -7,7 +7,7 @@ PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://www.splitbrain.org/_media/projects/dokuwiki/ \ http://dev.splitbrain.org/browse/snapshots/ @@ -84,6 +84,9 @@ pre-patch: @${FIND} ${WRKSRC}/conf -name "*.php.bak" -delete .endif +post-patch: + @${FIND} ${WRKSRC}/lib/exe -name "*.orig" -delete + pre-install: @${TOUCH} ${WRKSRC}/data/changes.log |