diff options
author | ghen <ghen@pkgsrc.org> | 2006-06-13 18:04:04 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-06-13 18:04:04 +0000 |
commit | 914f855182e06d4e752fc663c23449139bfe38f5 (patch) | |
tree | 09cbfdb20c4f574eb07264eaa7f213ca47e1a747 /net | |
parent | d094a21ce2d20920f8cf2690aa780780f21cccb7 (diff) | |
download | pkgsrc-914f855182e06d4e752fc663c23449139bfe38f5.tar.gz |
pkglint: HOMEPAGE appears too late. Please put it below MAINTAINER.
Diffstat (limited to 'net')
-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 c511a1aa0c9..31b6a8b437f 100644 --- a/net/aiccu/Makefile +++ b/net/aiccu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/14 20:43:23 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/13 18:04:04 ghen Exp $ DISTNAME= aiccu_2005.01.31 PKGNAME= ${DISTNAME:S/_/-/:S/.//g} @@ -7,8 +7,8 @@ CATEGORIES= net MASTER_SITES= http://www.sixxs.net/archive/sixxs/aiccu/unix/ MAINTAINER= ghen@NetBSD.org -COMMENT= Automatic IPv6 Connectivity Client Utility HOMEPAGE= http://www.sixxs.net/tools/aiccu/ +COMMENT= Automatic IPv6 Connectivity Client Utility BUILD_DIRS= unix-console |