aboutsummaryrefslogtreecommitdiff
path: root/net/rwhois
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-03-01 07:01:37 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-03-01 07:01:37 +0000
commite37872e03019a4371f756f82e4872391e520df1a (patch)
tree07d5b6792bdf216cce9f953bb0c0c5a4376718dd /net/rwhois
parente6503fb81a27bb578af6a8d0591748b0d84cbf3d (diff)
downloadports-e37872e03019a4371f756f82e4872391e520df1a.tar.gz
ports-e37872e03019a4371f756f82e4872391e520df1a.zip
Notes
Diffstat (limited to 'net/rwhois')
-rw-r--r--net/rwhois/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile
index b1803f1f594b..990819fda3d8 100644
--- a/net/rwhois/Makefile
+++ b/net/rwhois/Makefile
@@ -25,11 +25,15 @@ MAN8= rmkdbindex.8 rwhoisd.8
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 400011
PLIST= ${WRKDIR}/PLIST
+.if ${OSVERSION} < 400011
pre-install:
@${SED} -e "/libc.so.4/d" \
${PKGDIR}/PLIST > ${PLIST}
+.else
+pre-install:
+ @${SED} -e "/libc.so.3/d" \
+ ${PKGDIR}/PLIST > ${PLIST}
.endif
post-install: