diff options
author | lukem <lukem@pkgsrc.org> | 2002-03-14 03:14:46 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2002-03-14 03:14:46 +0000 |
commit | 06b290460317556ccbd17d1b2bbf737126fc6802 (patch) | |
tree | 31a6651b4e7f816bb6f02f8eb42dba09adf83e3f /print/acroread/Makefile | |
parent | f81ee4d35b92de318a174cb3c7ed4e041d7bfa27 (diff) | |
download | pkgsrc-06b290460317556ccbd17d1b2bbf737126fc6802.tar.gz |
consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffix
Diffstat (limited to 'print/acroread/Makefile')
-rw-r--r-- | print/acroread/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 57a4627686d..dd0315dffe5 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/08/21 08:23:26 abs Exp $ +# $NetBSD: Makefile,v 1.28 2002/03/14 03:14:46 lukem Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.05 @@ -66,11 +66,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.pre \ NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins -.if (${OPSYS} == "SunOS") -BIN_PATCH= ${PATCH} --quiet -V simple -z .orig -.else -BIN_PATCH= ${PATCH} --quiet -V simple -b .orig -.endif +BIN_PATCH= ${PATCH} --quiet ${_PATCH_BACKUP_ARG} .orig do-install: @${INSTALL_DATA_DIR} ${PREFIX}/Acrobat4 |