diff options
-rw-r--r-- | devel/pth/Makefile | 6 | ||||
-rw-r--r-- | devel/pth/distinfo | 2 | ||||
-rw-r--r-- | devel/pth/pkg-plist | 5 |
3 files changed, 9 insertions, 4 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 5c61138c88af..83a65e6856a0 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nps -# Version required: 0.9.8 +# Version required: 0.9.9 # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.1.1.1 1999/05/23 14:54:10 rse Exp $ +# $Id: Makefile,v 1.2 1999/05/24 13:15:08 rse Exp $ # -DISTNAME= nps-0.9.8 +DISTNAME= nps-0.9.9 CATEGORIES= devel MASTER_SITES= http://www.engelschall.com/sw/nps/ \ ftp://ftp.engelschall.com/sw/nps/ diff --git a/devel/pth/distinfo b/devel/pth/distinfo index 071395a79d26..9314409e174e 100644 --- a/devel/pth/distinfo +++ b/devel/pth/distinfo @@ -1 +1 @@ -MD5 (nps-0.9.8.tar.gz) = 6b983a796adc2f4c528c221dd138520c +MD5 (nps-0.9.9.tar.gz) = 6cc139dcb73eb855a27c81a7dc624bbb diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist index a1f06da5fdc6..44a7a91e6f06 100644 --- a/devel/pth/pkg-plist +++ b/devel/pth/pkg-plist @@ -1,3 +1,8 @@ bin/nps-config include/nps.h lib/libnps.a +lib/libnps.la +lib/libnps.so +lib/libnps.so.9 +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |