aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-09-17 10:38:44 +0800
committeranholt <anholt@FreeBSD.org>2003-09-17 10:38:44 +0800
commit4e54a7c6bb58234f9c1cd483496e73a9666035cb (patch)
tree653fc53e4b032c1d37f3c2a77e299b8626f80082 /x11
parent277abc4031f8f9048c17c2bd77672f4a19ae9dfc (diff)
downloadfreebsd-ports-gnome-4e54a7c6bb58234f9c1cd483496e73a9666035cb.tar.gz
freebsd-ports-gnome-4e54a7c6bb58234f9c1cd483496e73a9666035cb.tar.zst
freebsd-ports-gnome-4e54a7c6bb58234f9c1cd483496e73a9666035cb.zip
Allow the patch directory to be overridden.
Approved by: portmgr (will)
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4-libraries/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/Makefile.inc b/x11/XFree86-4-libraries/Makefile.inc
index add8a87e3e60..afb4f5852f50 100644
--- a/x11/XFree86-4-libraries/Makefile.inc
+++ b/x11/XFree86-4-libraries/Makefile.inc
@@ -16,7 +16,7 @@ DIST_SUBDIR= xc
WRKSRC?= ${WRKDIR}/xc
USE_IMAKE= YES
XFREE86_HTML_MAN= yes
-PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files
+PATCHDIR?= ${.CURDIR}/../../x11/XFree86-4-libraries/files
SCRIPTS_ENV+= CC="${CC}" \
CXX="${CXX}" \
CFLAGS="${CFLAGS}"