diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-22 08:10:06 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-22 08:10:06 +0000 |
commit | 048b386764109d1898d0e8d4f6c4aca37d19c8a1 (patch) | |
tree | 5f05525dfad147ffaca383e366da59366ec6cca8 /dns | |
parent | 8b6915d145342a3154fb5a53c6642d9b52e7fcf6 (diff) | |
download | ports-048b386764109d1898d0e8d4f6c4aca37d19c8a1.tar.gz ports-048b386764109d1898d0e8d4f6c4aca37d19c8a1.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/udns/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dns/udns/Makefile b/dns/udns/Makefile index 368ce9ccd488..ddeb6f39c493 100644 --- a/dns/udns/Makefile +++ b/dns/udns/Makefile @@ -6,28 +6,26 @@ # PORTNAME= udns -PORTVERSION= 0.0.9 +PORTVERSION= 0.1 CATEGORIES= dns MASTER_SITES= http://www.corpit.ru/mjt/udns/ -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= DNS resolver library with sync and async queries -WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} - HAS_CONFIGURE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes OPTIONS= IPV6 "Enable IPv6 support" on +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LGPL + ALL_TARGET= staticlib shared PORTDOCS= * -CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" - SHLIB_MAJOR= 0 MAN1= dnsget.1 rblcheck.1 @@ -63,7 +61,7 @@ do-install: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for FILE in COPYING.LGPL NEWS NOTES TODO +.for FILE in NEWS NOTES TODO ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE} .endfor .endif |