From 2efc949c606a92f62c15561e826e8e86d1c517f5 Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 14 Mar 2002 03:14:46 +0000 Subject: consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffix --- print/acroread/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'print/acroread/Makefile') 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 -- cgit v1.2.3