diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-15 14:39:10 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-15 14:39:10 +0000 |
commit | 1c658637d476233c57baaecd83b91460d526b96b (patch) | |
tree | e10298cf3a5a954b7bfb10080b5d54f0611575fd /dns/firedns/Makefile | |
parent | 37783413fb6b266a7d10732b8bfd2c32c60e8b43 (diff) | |
download | FreeBSD-ports-1c658637d476233c57baaecd83b91460d526b96b.zip FreeBSD-ports-1c658637d476233c57baaecd83b91460d526b96b.tar.gz |
Update to new vendor release 0.1.29.
PR: 44083
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
Diffstat (limited to 'dns/firedns/Makefile')
-rw-r--r-- | dns/firedns/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile index 60c59b5..4a8e9c5a 100644 --- a/dns/firedns/Makefile +++ b/dns/firedns/Makefile @@ -6,21 +6,20 @@ # PORTNAME= firedns -PORTVERSION= 0.1.28 -PORTREVISION= 2 +PORTVERSION= 0.1.29 CATEGORIES= net MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ -DISTNAME= firedns-${PORTVERSION} +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= -${PORTVERSION}.tar.gz MAINTAINER= dean@odyssey.apana.org.au BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ firedns_getip4.3 firedns_getip6.3 firedns_getmx.3 \ @@ -31,4 +30,8 @@ MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ firedns_resolvename4.3 firedns_resolvename6.3 \ firedns_resolvetxt.3 libfiredns.3 +post-install: + @cd ${PREFIX}/lib; ${MV} libfiredns.so libfiredns.so.0; \ + ${LN} -s libfiredns.so.0 libfiredns.so + .include <bsd.port.mk> |