Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+5 -3
View File
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.7 2013/01/26 21:25:12 schnoebe Exp $
# $NetBSD: Makefile,v 1.9 2014/02/24 19:29:02 schnoebe Exp $
DISTNAME= udns-0.2
PKGREVISION= 2
DISTNAME= udns-0.4
CATEGORIES= net
MASTER_SITES= http://www.corpit.ru/mjt/udns/
@@ -32,6 +31,9 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/dnsget.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/rblcheck.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
CFLAGS.SunOS+= -DHAVE_INET_PTON_NTOP
LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../mk/bsd.pkg.mk"
# gcc on NetBSD botch's if (!<ptr>) tests at -O2. (or higher)