diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:48:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:48:57 +0000 |
commit | 1c57323789a922a7182ba378831f2c0a336a6959 (patch) | |
tree | c8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /net/isic | |
parent | ee84541509a09b09b26167f474c4b53185c17b5f (diff) | |
download | pkgsrc-1c57323789a922a7182ba378831f2c0a336a6959.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'net/isic')
-rw-r--r-- | net/isic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/isic/Makefile b/net/isic/Makefile index 127fcde8646..e76d36a7351 100644 --- a/net/isic/Makefile +++ b/net/isic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/11/02 09:49:59 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/25 21:49:59 jlam Exp $ # DISTNAME= isic-0.05 @@ -10,11 +10,11 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://expert.cc.purdue.edu/~frantzen/ COMMENT= Ip Stack Integrity Checker (IP, TCP, UDP, ICMP et. al.) -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES post-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/isic.README -.include "../../devel/libnet/buildlink.mk" +.include "../../devel/libnet/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |