summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-07 21:58:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-07 21:58:57 +0000
commit1919a624022ffb98645e62738b88c06b3a79ced1 (patch)
tree154b9c108f4f01f1c8f95d58ac29e8cda5913681 /graphics
parentRename ${FILESDIR}/patch-3.3-sys-sigtrap to (diff)
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
Notes
Notes: svn path=/head/; revision=33482
Diffstat (limited to 'graphics')
-rw-r--r--graphics/giftool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/giftool/Makefile b/graphics/giftool/Makefile
index 300212b89fcc..81719b9739be 100644
--- a/graphics/giftool/Makefile
+++ b/graphics/giftool/Makefile
@@ -20,12 +20,12 @@ ALL_TARGET= giftool
.if defined(RETVALUE)
pre-patch::
@${ECHO_MSG} "Return value patch enabled....."
-EXTRA_PATCHES= ${FILESDIR}/patch-aa
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa
.endif
.if defined(MALLOCSIZE)
pre-patch::
@${ECHO_MSG} "Malloc size improve parch enabled....."
-EXTRA_PATCHES+= ${FILESDIR}/patch-ab
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ab
.endif
do-install: