aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:38:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:38:01 +0000
commit3771643a9e134b7fb3ce4fcf1326150d0038e6ac (patch)
tree70e17a46a92b615748df796c4522d19428f28298 /net
parent20d3e7f02ba8291aa8ea5e92302e473f3a1c7821 (diff)
downloadports-3771643a9e134b7fb3ce4fcf1326150d0038e6ac.tar.gz
ports-3771643a9e134b7fb3ce4fcf1326150d0038e6ac.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/ser/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ser/Makefile b/net/ser/Makefile
index fcd94a54749a..eb1e752bce90 100644
--- a/net/ser/Makefile
+++ b/net/ser/Makefile
@@ -30,6 +30,12 @@ MAN8= ser.8
MAN5= ser.cfg.5
MANCOMPRESSED= no
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Broken pkg-plist on FreeBSD >= 6.x"
+.endif
+
post-install:
${SED} 's|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/modules/acc/etc/radiusclient.conf > \
@@ -45,4 +51,4 @@ post-install:
${PREFIX}/etc/ser/radiusclient.conf; \
fi
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>