diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /print/acroread5 | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.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/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 0e62832e953..b6572f28227 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2007/07/29 05:19:50 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2009/05/19 08:59:30 wiz Exp $ DISTNAME= acroread5 # overridden below PKGNAME= acroread5-5.10 @@ -9,18 +9,18 @@ MASTER_SITES= http://ardownload.adobe.com/pub/adobe/acrobatreader/unix/5.x/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.adobe.com/products/acrobat/readstep2.html COMMENT= View, distribute and print PDF documents - -CONFLICTS+= acroread-5.* -# conflict with acroread7 due to bin/acroread -CONFLICTS+= acroread-7.* -CONFLICTS+= acroread7-7.* +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} -LICENSE= adobe-acrobat-license + +CONFLICTS+= acroread-5.* +# conflict with acroread7 due to bin/acroread +CONFLICTS+= acroread-7.* +CONFLICTS+= acroread7-7.* WRKSRC= ${WRKDIR}/installers BUILD_DIRS= # empty |