diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-25 12:34:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-25 12:34:53 +0000 |
commit | ccbeb65bbdc432505f0559e88c31a98dc8525e93 (patch) | |
tree | b4afc3e7a169751ea0654501841e9e1f81faa778 /print/acroread9 | |
parent | d3d7c78574f95529ec7fd52715913c86a0dc95df (diff) | |
download | pkgsrc-ccbeb65bbdc432505f0559e88c31a98dc8525e93.tar.gz |
Do not install man page into /usr/share.
Bump PKGREVISION.
Diffstat (limited to 'print/acroread9')
-rw-r--r-- | print/acroread9/Makefile | 3 | ||||
-rw-r--r-- | print/acroread9/distinfo | 4 | ||||
-rw-r--r-- | print/acroread9/patches/patch-aa | 25 |
3 files changed, 21 insertions, 11 deletions
diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile index e1bc4b983c5..7f2bdeea79e 100644 --- a/print/acroread9/Makefile +++ b/print/acroread9/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2012/04/12 14:31:30 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/08/25 12:34:53 wiz Exp $ DISTNAME= acroread9 # overridden below PKGNAME= acroread9-9.5.1 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PKGVERSION_NOREV}/enu/ diff --git a/print/acroread9/distinfo b/print/acroread9/distinfo index 756dd41874c..f0673cf216c 100644 --- a/print/acroread9/distinfo +++ b/print/acroread9/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2012/04/12 14:31:30 obache Exp $ +$NetBSD: distinfo,v 1.5 2012/08/25 12:34:53 wiz Exp $ SHA1 (AdbeRdr9.5.1-1_i486linux_enu.tar.bz2) = 02985c18abbe7f530f7a29e76061c5bd362f5e42 RMD160 (AdbeRdr9.5.1-1_i486linux_enu.tar.bz2) = ba457c98384af6223a4bc11c28e8b5ce8a542325 Size (AdbeRdr9.5.1-1_i486linux_enu.tar.bz2) = 57138807 bytes -SHA1 (patch-aa) = fa7fedee6914e3f3b209f4b8ca5d9971edbbc410 +SHA1 (patch-aa) = 22ed139da12bf7cf593f6e4c91ecddcc1ad5eb44 diff --git a/print/acroread9/patches/patch-aa b/print/acroread9/patches/patch-aa index e783d6a856c..a92444c0b3c 100644 --- a/print/acroread9/patches/patch-aa +++ b/print/acroread9/patches/patch-aa @@ -1,8 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2011/07/30 07:30:42 ryoon Exp $ +$NetBSD: patch-aa,v 1.2 2012/08/25 12:34:53 wiz Exp $ ---- INSTALL.orig 2010-09-22 15:19:28.000000000 +0900 -+++ INSTALL 2010-10-09 08:03:26.881020586 +0900 -@@ -122,6 +122,8 @@ +Adapt ls(1) arguments for BSD. +Do not install man page gzipped. +Do not install into /usr. +Add case for NetBSD and DragonFly in the wrapper script. + +--- INSTALL.orig 2012-03-28 10:48:06.000000000 +0000 ++++ INSTALL +@@ -122,6 +122,8 @@ PrintRequiredFree() if [ "${OSname}" = "Linux" ] ; then size=`ls -lLn "$i" | ( read perm links owner group size date ; echo $size )` @@ -11,7 +16,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2011/07/30 07:30:42 ryoon Exp $ else size=`ls -lLon "$i" | ( read perm links owner size date ; echo $size )` fi -@@ -657,12 +661,8 @@ +@@ -657,16 +659,8 @@ InstallReader() record_config remove /usr/local/etc/bash_completion.d/acroread.sh fi fi @@ -21,10 +26,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2011/07/30 07:30:42 ryoon Exp $ manPageFile="acroread.1" gunzip "$ReadInstallDir/Adobe/Reader9/Resource/Shell/acroread.1.gz" 2>/dev/null - fi +- +- rm -f "/usr/share/man/man1/${manPageFile}" 2>/dev/null && \ +- ln -s "$ReadInstallDir/Adobe/Reader9/Resource/Shell/${manPageFile}" "/usr/share/man/man1/${manPageFile}" 2>/dev/null && \ +- record_config remove "/usr/share/man/man1/${manPageFile}" - rm -f "/usr/share/man/man1/${manPageFile}" 2>/dev/null && \ - ln -s "$ReadInstallDir/Adobe/Reader9/Resource/Shell/${manPageFile}" "/usr/share/man/man1/${manPageFile}" 2>/dev/null && \ -@@ -950,6 +950,19 @@ + if [ "${OSname}" = "Linux" -o \( "${OSname}" = "SunOS" -a "`uname -m`" = "i86pc" \) ]; then + printf "%s" "Setting up libraries ... " +@@ -950,6 +944,19 @@ case "$OSname" in ReadDefaultNum="$ReadIntelLinuxNum" DefaultName="Intel/Linux" ;; |