diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-03-01 07:01:37 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-03-01 07:01:37 +0000 |
commit | e37872e03019a4371f756f82e4872391e520df1a (patch) | |
tree | 07d5b6792bdf216cce9f953bb0c0c5a4376718dd /net/rwhoisd | |
parent | e6503fb81a27bb578af6a8d0591748b0d84cbf3d (diff) | |
download | ports-e37872e03019a4371f756f82e4872391e520df1a.tar.gz ports-e37872e03019a4371f756f82e4872391e520df1a.zip |
Notes
Diffstat (limited to 'net/rwhoisd')
-rw-r--r-- | net/rwhoisd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index b1803f1f594b..990819fda3d8 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/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: |