summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-09-17 02:38:44 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-09-17 02:38:44 +0000
commitbf3c312523f83aa4a3c67cd1808d26437f77beab (patch)
tree1d5765bb3ad22a870d1eca0abb6df0c32eadba08 /x11/XFree86-4-libraries
parentaudio/soribada was removed. (diff)
Allow the patch directory to be overridden.
Approved by: portmgr (will)
Notes
Notes: svn path=/head/; revision=89012
Diffstat (limited to 'x11/XFree86-4-libraries')
-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}"