diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 09:18:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 09:18:16 +0800 |
commit | 5c502cdd5c9fba19fbe12747ea6257b14b283b26 (patch) | |
tree | 506c5995f98464f4e79179dda8b4f060fcd1f3b4 /textproc | |
parent | fd634d2bba14aceb4b7b7539dc363e5ec17f8175 (diff) | |
download | freebsd-ports-gnome-5c502cdd5c9fba19fbe12747ea6257b14b283b26.tar.gz freebsd-ports-gnome-5c502cdd5c9fba19fbe12747ea6257b14b283b26.tar.zst freebsd-ports-gnome-5c502cdd5c9fba19fbe12747ea6257b14b283b26.zip |
BROKEN on 4.x also
Approved by: portmgr (self)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 852dbcf6c683..3b39a258f9db 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ pcre.0:${PORTSDIR}/devel/pcre \ expat.5:${PORTSDIR}/textproc/expat2 +BROKEN= "Broken pkg-plist" + USE_GETTEXT= yes .if defined(WITH_MYSQL) # To quote the author: @@ -49,12 +51,6 @@ MAN1= modlogan.1 DOC1= faq.txt glosar manual.txt translations.txt \ using-plugins.txt writing-plugins.txt -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Broken pkg-plist" -.endif - post-patch: @${REINPLACE_CMD} -e 's:\@config_path\@:${PREFIX}/etc/modlogan:g' ${WRKSRC}/doc/modlogan.conf-dist.in @@ -78,4 +74,4 @@ post-install: [ -f ${PREFIX}/etc/modlogan/modlogan.${i} ] || ${INSTALL_DATA} ${PREFIX}/etc/modlogan/modlogan.${i}-dist ${PREFIX}/etc/modlogan/modlogan.${i} .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |