summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-18 18:07:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-18 18:07:21 +0000
commit722b1e9e3c446008b1ff2629a521f360182a2be4 (patch)
tree4daf2847b39eb8fa9f98664b585679268465c1cf /x11
parentUse INSTALL_PROGRAM instead of INSTALL_DATA on the installed binary (diff)
Actually commit the Makefile bit to allow the
patch-programs::fonttosfnt::util.c to apply. Reminded by: Scott Allendorf <scott-allendorf@uiowa.edu> Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=175387
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4-clients/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile
index 467d6e4a7fa0..43dca7f5761c 100644
--- a/x11/XFree86-4-clients/Makefile
+++ b/x11/XFree86-4-clients/Makefile
@@ -42,6 +42,7 @@ XINSTALL_MAN_DIRS= programs
.for pf in patch-bdftruncate.pl patch-ucs2any.pl \
patch-programs::fonttosfnt::read.c \
+ patch-programs::fonttosfnt::util.c \
patch-programs::Imakefile
EXTRA_PATCHES+= ${FILESDIR}/${pf}
.endfor