diff options
author | hira <hira@pkgsrc.org> | 2005-04-27 20:48:32 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2005-04-27 20:48:32 +0000 |
commit | a572fbecb4b86657c95fdea5f52b3c29b110ef18 (patch) | |
tree | cebda10f9017bcbd0c31652905ddf4ab4388019a | |
parent | a32275413ecc6d38f13904c12e529de182e4bb80 (diff) | |
download | pkgsrc-a572fbecb4b86657c95fdea5f52b3c29b110ef18.tar.gz |
Remove USE_BUILDLINK3 (typo).
-rw-r--r-- | net/tcpdpriv/Makefile | 3 | ||||
-rw-r--r-- | security/skey/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net/tcpdpriv/Makefile b/net/tcpdpriv/Makefile index dc5dc70b1f3..97bd34d8cd6 100644 --- a/net/tcpdpriv/Makefile +++ b/net/tcpdpriv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/07/10 09:04:57 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/27 20:49:47 hira Exp $ DISTNAME= tcpd-tools-0.8 PKGNAME= tcpdpriv-0.8 @@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Anonymize tcpdump traces WRKSRC= ${WRKDIR}/${DISTNAME}/wide-tcpdpriv -USE_BULDLINK3= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdpriv ${PREFIX}/bin diff --git a/security/skey/Makefile b/security/skey/Makefile index 4c0338a2c7c..186ca8f8b0a 100644 --- a/security/skey/Makefile +++ b/security/skey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/28 03:36:41 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/04/27 20:48:32 hira Exp $ # DISTNAME= skey-1.1.5 @@ -11,7 +11,6 @@ HOMEPAGE= ${MASTER_SITES} COMMENT= Port of OpenBSD s/key implementation USE_PERL5= build -USE_BUIDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |