diff options
Diffstat (limited to 'net/tac_plus4')
| -rw-r--r-- | net/tac_plus4/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 <bsd.port.mk> |
