diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 10:05:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 10:05:14 +0800 |
commit | 9337b4d73a4521706599ad2203e0772b708c76d5 (patch) | |
tree | a777cde8e52ab918f1f4007189bb8957013a9eaa /www | |
parent | 0ee8b7c8c2c43fec3368d133f6cc1d965a970f97 (diff) | |
download | freebsd-ports-gnome-9337b4d73a4521706599ad2203e0772b708c76d5.tar.gz freebsd-ports-gnome-9337b4d73a4521706599ad2203e0772b708c76d5.tar.zst freebsd-ports-gnome-9337b4d73a4521706599ad2203e0772b708c76d5.zip |
BROKEN with perl 5.8: Broken pkg-plist
Diffstat (limited to 'www')
-rw-r--r-- | www/swish++/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile index 8823b7727865..33519872a6ed 100644 --- a/www/swish++/Makefile +++ b/www/swish++/Makefile @@ -29,6 +29,12 @@ MAN3= WWW.3 MAN4= swish++.conf.4 swish++.index.4 MAN8= searchd.8 searchmonitor.8 +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 500800 +BROKEN= "Broken pkg-plist" +.endif + post-patch: @${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h .for file in searchd searchmonitor @@ -38,4 +44,4 @@ post-patch: post-install: ${INSTALL_SCRIPT} ${FILESDIR}/swish++.sh ${PREFIX}/etc/rc.d -.include <bsd.port.mk> +.include <bsd.port.post.mk> |