diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | f2f84ca1003215c84547f3e0c73fb900a258ffc8 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /audio/eawpatches | |
parent | cedee8af400ce7b5e9953aff3e8123529d4330fb (diff) | |
download | pkgsrc-f2f84ca1003215c84547f3e0c73fb900a258ffc8.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'audio/eawpatches')
-rw-r--r-- | audio/eawpatches/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/eawpatches/Makefile b/audio/eawpatches/Makefile index 31a3b55650f..35e25695cfd 100644 --- a/audio/eawpatches/Makefile +++ b/audio/eawpatches/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/05/25 21:42:20 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:01 wiz Exp $ # DISTNAME= eawpats12_full @@ -9,11 +9,11 @@ MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} MAINTAINER= adam@NetBSD.org COMMENT= Eric A. Welsh' patches (audio samples) for TiMidity +LICENSE= generic-nonlicense RESTRICTED= Some patches are copyrighted, some marked no-commercial-use NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -LICENSE= generic-nonlicense PKG_DESTDIR_SUPPORT= user-destdir |