diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 19:32:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 19:32:28 +0000 |
commit | 9ce9dc9e5693db6f2e41f1830a40646538db90f7 (patch) | |
tree | 9a4c9f06c5875dbe077ea8f8ad6b526f9b526fa9 /www/cadaver | |
parent | 5e01a14a4572927f099bbafb4425ff293c1bc547 (diff) | |
download | ports-9ce9dc9e5693db6f2e41f1830a40646538db90f7.tar.gz ports-9ce9dc9e5693db6f2e41f1830a40646538db90f7.zip |
Notes
Diffstat (limited to 'www/cadaver')
-rw-r--r-- | www/cadaver/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 69a7a5d5f216..97a956f8cfaf 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -63,4 +63,7 @@ CONFIGURE_ARGS+=--disable-nls \ --without-libintl-prefix .endif +post-patch: + @${REINPLACE_CMD} 's,27 28 29,& 30,' ${WRKSRC}/configure + .include <bsd.port.mk> |