diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-02 01:37:39 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-02 01:37:39 +0800 |
commit | 4112c4a99ea64b4e6ac2a4da43f9296e754e6906 (patch) | |
tree | ebe7308821a360111285aa9be8970e34269c481b /net-mgmt | |
parent | 45364a345448ccd621457c33af8da623ab116a2f (diff) | |
download | freebsd-ports-gnome-4112c4a99ea64b4e6ac2a4da43f9296e754e6906.tar.gz freebsd-ports-gnome-4112c4a99ea64b4e6ac2a4da43f9296e754e6906.tar.zst freebsd-ports-gnome-4112c4a99ea64b4e6ac2a4da43f9296e754e6906.zip |
missing shared lib in pkg-plist -> PORTREVISION bump
PR: 23974
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arts++/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/arts++/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index 6f735f8da23e..389df8ec30da 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -7,6 +7,7 @@ PORTNAME= arts++ PORTVERSION= 1-1-a6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/arts++/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/net-mgmt/arts++/pkg-plist b/net-mgmt/arts++/pkg-plist index 93820949c83a..214c15a800c9 100644 --- a/net-mgmt/arts++/pkg-plist +++ b/net-mgmt/arts++/pkg-plist @@ -92,6 +92,7 @@ include/artslocal.h include/caida_t.h lib/libArts.a lib/libArts.la +lib/libArts.so lib/libArts.so.0 @unexec /usr/bin/env /sbin/ldconfig -R @exec /usr/bin/env /sbin/ldconfig -m %B |