diff options
author | ghen <ghen@pkgsrc.org> | 2006-06-13 18:06:21 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-06-13 18:06:21 +0000 |
commit | 9d8169d2cac1ba10d4ff9be3e3c75af7ce868ade (patch) | |
tree | cd2a6e4f78d70888495e3748f49543928aba98ef /net/aiccu/Makefile | |
parent | 7873a6cce20d01a6c20fb626f08fbf81da9db16c (diff) | |
download | pkgsrc-9d8169d2cac1ba10d4ff9be3e3c75af7ce868ade.tar.gz |
Add a patch from Christian Sturm for NetBSD ifconfig(8) command-line
compatibility. Bump PKGREVISION.
Diffstat (limited to 'net/aiccu/Makefile')
-rw-r--r-- | net/aiccu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/aiccu/Makefile b/net/aiccu/Makefile index 31b6a8b437f..64c1d44066f 100644 --- a/net/aiccu/Makefile +++ b/net/aiccu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2006/06/13 18:04:04 ghen Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/13 18:06:21 ghen Exp $ DISTNAME= aiccu_2005.01.31 PKGNAME= ${DISTNAME:S/_/-/:S/.//g} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.sixxs.net/archive/sixxs/aiccu/unix/ |