diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-10 20:58:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-10 20:58:09 +0000 |
commit | 9d64b6cc74363d2033208e417f02089991bb1340 (patch) | |
tree | 5670da3392ac254cee6ea99a348b909ba919ed26 /net/aiccu | |
parent | 76810d60ee4af311d610afbc0210b3bbc1e6ef61 (diff) | |
download | pkgsrc-9d64b6cc74363d2033208e417f02089991bb1340.tar.gz |
Fixed "test ==".
Diffstat (limited to 'net/aiccu')
-rw-r--r-- | net/aiccu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/aiccu/Makefile b/net/aiccu/Makefile index d1c33c09551..05bed884e41 100644 --- a/net/aiccu/Makefile +++ b/net/aiccu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/08/31 08:49:34 ghen Exp $ +# $NetBSD: Makefile,v 1.7 2006/11/10 20:58:09 rillig Exp $ DISTNAME= aiccu_2006.07.25 PKGNAME= ${DISTNAME:S/_/-/:S/.//g} @@ -10,6 +10,7 @@ HOMEPAGE= http://www.sixxs.net/tools/aiccu/ COMMENT= Automatic IPv6 Connectivity Client Utility USE_TOOLS+= gmake +CHECK_PORTABILITY_SKIP+= debian/* SUBST_CLASSES+= sysconfdir SUBST_STAGE.sysconfdir= post-patch |