diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /net/dhcpcd | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'net/dhcpcd')
-rw-r--r-- | net/dhcpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index f3c80b09217..5387d8483e6 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2009/05/11 08:29:28 roy Exp $ +# $NetBSD: Makefile,v 1.9 2009/05/19 08:59:26 wiz Exp $ # DISTNAME= dhcpcd-5.0.3 CATEGORIES= net -LICENSE= modified-bsd MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ EXTRACT_SUFX= .tar.bz2 @@ -11,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= roy@NetBSD.org HOMEPAGE= http://roy.marples.name/projects/dhcpcd/ COMMENT= RFC2131 compliant DHCP client +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c99 |