From 228223cd58859d668cfd43bb936b8599f697497b Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 3 Mar 2000 20:06:13 +0000 Subject: Use EXTRA_PATCHES instead of copying a patch into ${PATCHDIR}, which can be read-only. --- net/tac_plus4/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'net/tac_plus4') diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 20b2c6b5d3a2..e9db8f5aa430 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -16,13 +16,11 @@ MAINTAINER= tasic@lucky.net ALL_TARGET= tac_plus MAN1= tac_plus.1 -EXTRA_PATCH= patch-ba # To change the text displayed when users are prompted to enter # a username, set appropriately TAC_CHANGE_PROMPT variable. .if defined(TAC_CHANGE_PROMPT) && ${TAC_CHANGE_PROMPT} == YES -pre-patch: - @${CP} ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR} +EXTRA_PATCHES= ${FILESDIR}/patch-ba .endif do-install: @@ -44,7 +42,4 @@ do-install: post-install: strip ${PREFIX}/sbin/tac_plus -pre-clean: - @${RM} -f ${PATCHDIR}/${EXTRA_PATCH} - .include -- cgit v1.2.3