diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 06:38:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 06:38:04 +0800 |
commit | 9b9d7b10b9bf5a6cb3cd466e22b9d14e935ea8d1 (patch) | |
tree | 45f09887e7f9cb2e5f0bf82acc40f393a80a76ac /net | |
parent | 01ccb5da6522f02f1988926aa138f8694bac4e45 (diff) | |
download | freebsd-ports-gnome-9b9d7b10b9bf5a6cb3cd466e22b9d14e935ea8d1.tar.gz freebsd-ports-gnome-9b9d7b10b9bf5a6cb3cd466e22b9d14e935ea8d1.tar.zst freebsd-ports-gnome-9b9d7b10b9bf5a6cb3cd466e22b9d14e935ea8d1.zip |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
Diffstat (limited to 'net')
-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: |