diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:38:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:38:04 +0000 |
commit | 7c12d99f1411d6aa3943a823fe13fd401b3c5658 (patch) | |
tree | 1ba2e356f0410575bedab97c993c10dd35b92ccb /net/tac_plus4/Makefile | |
parent | Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. (diff) |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
Notes
Notes:
svn path=/head/; revision=33488
Diffstat (limited to 'net/tac_plus4/Makefile')
-rw-r--r-- | net/tac_plus4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 9d0bf2f5e5dc..beee97271e44 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -20,7 +20,7 @@ MAN1= tac_plus.1 # 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 -EXTRA_PATCHES= ${FILESDIR}/patch-ba +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ba .endif do-install: |