From 5c502cdd5c9fba19fbe12747ea6257b14b283b26 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 19 Sep 2004 01:18:16 +0000 Subject: BROKEN on 4.x also Approved by: portmgr (self) --- textproc/modlogan/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'textproc/modlogan') 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 - -.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 +.include -- cgit