diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-20 14:01:32 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-20 14:01:32 +0000 |
commit | aa98d1d361b577970f2f78ff6b577a51968343f0 (patch) | |
tree | 660358c8d75d0101245bb10b7c9f1052dce71c76 /dns/adns/Makefile | |
parent | 5ea33df806aa197b59662e4972793946ffa04286 (diff) | |
download | ports-aa98d1d361b577970f2f78ff6b577a51968343f0.tar.gz ports-aa98d1d361b577970f2f78ff6b577a51968343f0.zip |
Notes
Diffstat (limited to 'dns/adns/Makefile')
-rw-r--r-- | dns/adns/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile index 5dceb5753eca..da428dae8563 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -6,10 +6,10 @@ # PORTNAME= adns -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= dns -MASTER_SITES= ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ -MASTER_SITE_SUBDIR= adns +MASTER_SITES= ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ \ + http://www.chiark.greenend.org.uk/~ian/adns/ftp/ MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use, asynchronous-capable DNS client library and utilities @@ -18,11 +18,16 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -LIBVERSION= 1 +LIBVERSION= 12 PLIST_SUB+= LIBVERSION="${LIBVERSION}" +DOCS= COPYING GPL-vs-LGPL INSTALL LICENCE.WAIVERS README README.html TODO changelog + post-install: - @${LN} -sf libadns.so.${LIBVERSION} ${PREFIX}/lib/libadns.so ${STRIP_CMD} ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} +.endif .include <bsd.port.mk> |