diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 23:38:51 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 23:38:51 +0000 |
commit | 9853f06e8be3cb92337d89fbebac766dbec5bd20 (patch) | |
tree | 0988462235ff52c0fd91fb86f6881e0eac0f845d /net | |
parent | 40529a8964082e658a49ed0001dab57fa88fe181 (diff) | |
download | ports-9853f06e8be3cb92337d89fbebac766dbec5bd20.tar.gz ports-9853f06e8be3cb92337d89fbebac766dbec5bd20.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/adns/Makefile | 8 | ||||
-rw-r--r-- | net/adns/distinfo | 2 | ||||
-rw-r--r-- | net/adns/pkg-plist | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile index df906fd019c9..222adf9e2c17 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -6,7 +6,7 @@ # PORTNAME= adns -PORTVERSION= 0.7 +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ @@ -18,7 +18,11 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +LIBVERSION= 1 +PLIST_SUB+= LIBVERSION="${LIBVERSION}" + post-install: - strip ${PREFIX}/bin/adnstest ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost + @${LN} -sf libadns.so.${LIBVERSION} ${PREFIX}/lib/libadns.so + strip ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost .include <bsd.port.mk> diff --git a/net/adns/distinfo b/net/adns/distinfo index 250b26711cdd..492300801971 100644 --- a/net/adns/distinfo +++ b/net/adns/distinfo @@ -1 +1 @@ -MD5 (adns-0.7.tar.gz) = dbf31b805b3d993d116a2ef9e45b93ae +MD5 (adns-1.0.tar.gz) = af4411ee10875b96c0d61f903018f438 diff --git a/net/adns/pkg-plist b/net/adns/pkg-plist index 039e64711b3f..ae17c9d854b5 100644 --- a/net/adns/pkg-plist +++ b/net/adns/pkg-plist @@ -1,7 +1,6 @@ -bin/adnstest bin/adnslogres bin/adnshost -bin/adnsresfilter include/adns.h lib/libadns.a -lib/libadns.so.0 +lib/libadns.so +lib/libadns.so.%%LIBVERSION%% |