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 /print/acroread8 | |
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 'print/acroread8')
-rw-r--r-- | print/acroread8/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/print/acroread8/Makefile b/print/acroread8/Makefile index e3261ace9f7..52fda3acfb2 100644 --- a/print/acroread8/Makefile +++ b/print/acroread8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/11/05 11:01:23 obache Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:30 wiz Exp $ DISTNAME= acroread8 # overridden below PKGNAME= acroread8-8.1.3 @@ -8,6 +8,13 @@ MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/8.1.3/enu/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.adobe.com/products/acrobat/readstep2.html COMMENT= View, distribute and print PDF documents +LICENSE= adobe-acrobat-license + +RESTRICTED= Original installer required to redistribute. +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} PKG_DESTDIR_SUPPORT= user-destdir @@ -17,13 +24,6 @@ CONFLICTS+= acroread-5.* CONFLICTS+= acroread5-5.* CONFLICTS+= acroread7-7.* -RESTRICTED= Original installer required to redistribute. -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_SRC_ON_FTP= ${RESTRICTED} -LICENSE= adobe-acrobat-license - WRKSRC= ${WRKDIR}/AdobeReader BUILD_DIRS= # empty |