diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-07-25 00:15:56 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-07-25 00:15:56 +0800 |
commit | fc2ae0fab0bedb8f5f803ce3b9f1e51e8af0f3b3 (patch) | |
tree | 5c5012711a6d91bc6369959e4cdb25ad78820c64 /www/dokuwiki | |
parent | 7746ae5ad9c84605a3a066ce2c3ab49cee946fb5 (diff) | |
download | freebsd-ports-gnome-fc2ae0fab0bedb8f5f803ce3b9f1e51e8af0f3b3.tar.gz freebsd-ports-gnome-fc2ae0fab0bedb8f5f803ce3b9f1e51e8af0f3b3.tar.zst freebsd-ports-gnome-fc2ae0fab0bedb8f5f803ce3b9f1e51e8af0f3b3.zip |
- Unbreak www/dokuwiki by fixing the missed before-patched files.
Noticed by: sat
Approved by: rafan (mentor)
Diffstat (limited to 'www/dokuwiki')
-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 8d62893d5cca..bd0a9b4aa234 100644 --- a/www/dokuwiki/Makefile +++ b/www/dokuwiki/Makefile @@ -27,6 +27,8 @@ WRKSRC= ${WRKDIR}/${DIST_VER} PLIST_SUB= DOKUWIKI_DIR=${DOKUWIKI_DIR} TEMP_PLIST= ${WRKDIR}/temp-pkg-plist +REINPLACE_ARGS= -i '' + .include <bsd.port.pre.mk> # This target is only meant to be used by the port maintainer. @@ -38,7 +40,8 @@ x-generate-plist: && ${ECHO_CMD} "@dirrmtry %%DOKUWIKI_DIR%%" >> ${TEMP_PLIST} post-patch: - @${REINPLACE_CMD} -ie 's|9|10|' ${WRKSRC}/conf/msg + @${REINPLACE_CMD} -e 's|9|10|' ${WRKSRC}/conf/msg + @${FIND} ${WRKSRC} -name '*.orig' -delete do-install: # Data files |