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 /fonts/ms-ttf | |
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 'fonts/ms-ttf')
-rw-r--r-- | fonts/ms-ttf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/ms-ttf/Makefile b/fonts/ms-ttf/Makefile index 5d1a18d7a3c..2fedfe1222a 100644 --- a/fonts/ms-ttf/Makefile +++ b/fonts/ms-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/05/16 07:22:03 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2009/05/19 08:59:14 wiz Exp $ DISTNAME= # empty PKGNAME= ms-ttf-20020306 @@ -12,13 +12,13 @@ DISTFILES= andale32.exe webdin32.exe trebuc32.exe georgi32.exe \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://corefonts.sourceforge.net/ COMMENT= TrueType fonts from Microsoft +LICENSE= ms-ttf-license -PKG_DESTDIR_SUPPORT= user-destdir +RESTRICTED= No redistribution in altered form BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract -LICENSE= ms-ttf-license -RESTRICTED= No redistribution in altered form +PKG_DESTDIR_SUPPORT= user-destdir NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |