summaryrefslogtreecommitdiffstats
path: root/net/ucd-snmp
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-18 09:36:13 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-18 09:36:13 +0000
commit8783e83df838943fc119f1f92d12357c8587f4d1 (patch)
tree88cb0ca91c1afdb75057a154b65a38db163cbdde /net/ucd-snmp
parent494c1f87552cab32e289a330f619b1e04c9dbf86 (diff)
downloadFreeBSD-ports-8783e83df838943fc119f1f92d12357c8587f4d1.zip
FreeBSD-ports-8783e83df838943fc119f1f92d12357c8587f4d1.tar.gz
The port assigns PLIST_SUB after <bsd.port.pre.mk> is included, so substitution
of %%PREFIX%% for ldconfig didn't work. Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r--net/ucd-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index e43dbce..f7de629 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -47,8 +47,8 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.include <bsd.port.pre.mk>
-SHLIB_VERSION=4
-PLIST_SUB= shlib=${SHLIB_VERSION}
+SHLIB_VERSION= 4
+PLIST_SUB+= shlib=${SHLIB_VERSION}
post-patch:
@${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s
OpenPOWER on IntegriCloud