diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-25 13:08:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-25 13:08:46 +0000 |
commit | 7661c24832980bf4e2f77edbd34a90f33e6ee8eb (patch) | |
tree | 20d8388ea011f034e4cc09188f4f073cb6bd35f1 /net/iana-etc | |
parent | 761576de62f886cefb6f3b6ba6eff2021181f7e2 (diff) | |
download | pkgsrc-7661c24832980bf4e2f77edbd34a90f33e6ee8eb.tar.gz |
Reorder lines.
Diffstat (limited to 'net/iana-etc')
-rw-r--r-- | net/iana-etc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/iana-etc/Makefile b/net/iana-etc/Makefile index 2e0df37059f..bca07833645 100644 --- a/net/iana-etc/Makefile +++ b/net/iana-etc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/08/25 13:02:39 christos Exp $ +# $NetBSD: Makefile,v 1.3 2012/08/25 13:08:46 wiz Exp $ # DISTNAME= iana-etc-2.30 @@ -6,12 +6,13 @@ CATEGORIES= net MASTER_SITES= http://sethwklein.net/ EXTRACT_SUFX= .tar.bz2 -PKG_DESTDIR_SUPPORT= user-destdir MAINTAINER= christos@NetBSD.org HOMEPAGE= http://sethwklein.net/ COMMENT= Tools to process the IANA source files into services and protocols LICENSE= osl-license +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake gawk .include "../../mk/bsd.pkg.mk" |