diff options
author | christos <christos@pkgsrc.org> | 2012-08-25 13:02:39 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2012-08-25 13:02:39 +0000 |
commit | 8a06a634beec87102b48450be4534559c6f25b0c (patch) | |
tree | afecbf3233317f8b39da61b7ccfc4feafedcff96 /net/iana-etc | |
parent | a18bd3c68363d053633b91f00f6da847be4c24f1 (diff) | |
download | pkgsrc-8a06a634beec87102b48450be4534559c6f25b0c.tar.gz |
- rename license
- add PKG_DESTDIR_SUPPORT, which is fake since we don't install anything.
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 8ab5dd5c50f..2e0df37059f 100644 --- a/net/iana-etc/Makefile +++ b/net/iana-etc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/08/25 10:59:50 christos Exp $ +# $NetBSD: Makefile,v 1.2 2012/08/25 13:02:39 christos Exp $ # DISTNAME= iana-etc-2.30 @@ -6,10 +6,11 @@ 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= osl-license USE_TOOLS+= gmake gawk |