aboutsummaryrefslogtreecommitdiff
path: root/textproc/modlogan
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 01:18:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 01:18:16 +0000
commitd5405d1ad796c8342b5c9383dc5588bd0dc5a8bc (patch)
tree9a82efb8fda55679c0368bd8e7214b85283cec10 /textproc/modlogan
parente24b2d79e198cc5014ea95aa4a049010e357b2b5 (diff)
downloadports-d5405d1ad796c8342b5c9383dc5588bd0dc5a8bc.tar.gz
ports-d5405d1ad796c8342b5c9383dc5588bd0dc5a8bc.zip
BROKEN on 4.x also
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118271
Diffstat (limited to 'textproc/modlogan')
-rw-r--r--textproc/modlogan/Makefile10
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>