summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-12-31 11:34:50 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-12-31 11:34:50 +0000
commit68672bb116d281d895be0155876b8fa2e44ba890 (patch)
treeb12632407550c35ca69e6b3a025b2b68748faae9
parentHere's my holiday present to the ports team: new -l option allows you to (diff)
- fix pkg list concerning removal of port (missing symlinks and dir)
- bump port revision because of changes in the packing list (to allow pkg_delete to nuke the installed port entirely) PR: 23975 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Notes
Notes: svn path=/head/; revision=36525
-rw-r--r--net-mgmt/cflowd/Makefile1
-rw-r--r--net-mgmt/cflowd/pkg-plist3
-rw-r--r--net/cflowd/Makefile1
-rw-r--r--net/cflowd/pkg-plist3
4 files changed, 8 insertions, 0 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile
index 53b60be74fcf..6bb1295b208f 100644
--- a/net-mgmt/cflowd/Makefile
+++ b/net-mgmt/cflowd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cflowd
PORTVERSION= 2-1-b1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/net-mgmt/cflowd/pkg-plist b/net-mgmt/cflowd/pkg-plist
index 5a7143f171b2..023cc593472f 100644
--- a/net-mgmt/cflowd/pkg-plist
+++ b/net-mgmt/cflowd/pkg-plist
@@ -82,5 +82,8 @@ include/cflowd/snmp++/timetick.h
include/cflowd/snmp++/userdefined.h
include/cflowd/snmp++/usertimeout.h
include/cflowd/snmp++/vb.h
+@unexec /bin/rm -f /usr/local/lib/cflowd/libCfd.so
+@unexec /bin/rm -f /usr/local/lib/cflowd/libsnmp++.so
@unexec /usr/bin/env /sbin/ldconfig -R
+@dirrm /usr/local/lib/cflowd
@exec /usr/bin/env /sbin/ldconfig -m %B
diff --git a/net/cflowd/Makefile b/net/cflowd/Makefile
index 53b60be74fcf..6bb1295b208f 100644
--- a/net/cflowd/Makefile
+++ b/net/cflowd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cflowd
PORTVERSION= 2-1-b1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/net/cflowd/pkg-plist b/net/cflowd/pkg-plist
index 5a7143f171b2..023cc593472f 100644
--- a/net/cflowd/pkg-plist
+++ b/net/cflowd/pkg-plist
@@ -82,5 +82,8 @@ include/cflowd/snmp++/timetick.h
include/cflowd/snmp++/userdefined.h
include/cflowd/snmp++/usertimeout.h
include/cflowd/snmp++/vb.h
+@unexec /bin/rm -f /usr/local/lib/cflowd/libCfd.so
+@unexec /bin/rm -f /usr/local/lib/cflowd/libsnmp++.so
@unexec /usr/bin/env /sbin/ldconfig -R
+@dirrm /usr/local/lib/cflowd
@exec /usr/bin/env /sbin/ldconfig -m %B