diff options
author | veego <veego@pkgsrc.org> | 2005-02-21 21:24:06 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2005-02-21 21:24:06 +0000 |
commit | ab852a7a503efe1acb446409050eeca7fd224c23 (patch) | |
tree | 618ec29e74c872cba8dbd26983fabcd220c364f8 /print/acroread5 | |
parent | a020eef60fdbc1e753b6fd27ab439531dfa866b0 (diff) | |
download | pkgsrc-ab852a7a503efe1acb446409050eeca7fd224c23.tar.gz |
Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.
Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 8 | ||||
-rw-r--r-- | print/acroread5/PLIST.common (renamed from print/acroread5/PLIST.pre) | 2 | ||||
-rw-r--r-- | print/acroread5/PLIST.common_end (renamed from print/acroread5/PLIST.post) | 2 |
3 files changed, 3 insertions, 9 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index caaadfaab25..8a68586da6b 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/12/21 02:58:59 xtraeme Exp $ +# $NetBSD: Makefile,v 1.26 2005/02/21 21:24:06 veego Exp $ DISTNAME= acroread5 # Overridden below PKGNAME= acroread5-5.10 @@ -59,12 +59,6 @@ PLATFORM= sparcsolaris PLIST_SUBST+= PLATFORM=${PLATFORM} -PLIST_SRC= ${PKGDIR}/PLIST.pre -.if ${MACHINE_ARCH} == "sparc" -PLIST_SRC+= ${PKGDIR}/PLIST.${MACHINE_ARCH} -.endif -PLIST_SRC+= ${PKGDIR}/PLIST.post - BIN_PATCH= ${PATCH} --quiet ${_PATCH_BACKUP_ARG} .orig do-install: diff --git a/print/acroread5/PLIST.pre b/print/acroread5/PLIST.common index e95ef317d09..acf29080992 100644 --- a/print/acroread5/PLIST.pre +++ b/print/acroread5/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.pre,v 1.5 2004/12/21 02:58:59 xtraeme Exp $ +@comment $NetBSD: PLIST.common,v 1.1 2005/02/21 21:24:06 veego Exp $ Acrobat5/Browsers/netscape Acrobat5/Browsers/${PLATFORM}/nppdf.so Acrobat5/Reader/AcroVersion diff --git a/print/acroread5/PLIST.post b/print/acroread5/PLIST.common_end index ce55648096f..822b2edea8c 100644 --- a/print/acroread5/PLIST.post +++ b/print/acroread5/PLIST.common_end @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.post,v 1.3 2003/05/07 11:28:01 jmmv Exp $ +@comment $NetBSD: PLIST.common_end,v 1.1 2005/02/21 21:24:06 veego Exp $ @exec ln -sf ../../Resource/Font %D/Acrobat5/Reader/${PLATFORM}/fonts @unexec ${RM} -f %D/Acrobat5/Reader/${PLATFORM}/fonts @exec ln -sf ../res %D/Acrobat5/Reader/${PLATFORM}/res |