diff options
author | hubertf <hubertf> | 2000-10-20 02:05:34 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-20 02:05:34 +0000 |
commit | 128f848f45cccbe6472152df68218658474ca9f5 (patch) | |
tree | c83f65296db389b4778384ce73524e193b3c5005 /print/acroread/Makefile | |
parent | 4109391ecd5fe2885fa4ed8143ac0c2f1d4ab42d (diff) | |
download | pkgsrc-128f848f45cccbe6472152df68218658474ca9f5.tar.gz |
Make non-interactive. Whee!
Diffstat (limited to 'print/acroread/Makefile')
-rw-r--r-- | print/acroread/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 5d3c44d943f..16b3476417d 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/10/14 22:59:01 lukem Exp $ +# $NetBSD: Makefile,v 1.22 2000/10/20 02:05:34 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.05 @@ -14,6 +14,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} +LICENSE= adobe-acrobat-license NO_BUILD= YES @@ -66,7 +67,7 @@ NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins do-install: @${MKDIR} ${PREFIX}/Acrobat4 - @ReadInstallDir=${PREFIX}/Acrobat4 ${WRKSRC}/INSTALL + @( ${ECHO} accept ) | PAGER=${CAT} ReadInstallDir=${PREFIX}/Acrobat4 ${WRKSRC}/INSTALL post-install: @cd ${PREFIX}/Acrobat4/bin && \ |