summaryrefslogtreecommitdiffstats
path: root/graphics/giftool/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-07 21:58:57 +0000
committerasami <asami@FreeBSD.org>2000-10-07 21:58:57 +0000
commitf0c92d870aa929a9c899894860ab5b14ffb485ae (patch)
treeaf5cbb5b5f5ecb8d5eee00ef1f37673224e61eab /graphics/giftool/Makefile
parent09d806b9d7cebfc825aa164f92e1d597e3ea7ab3 (diff)
downloadFreeBSD-ports-f0c92d870aa929a9c899894860ab5b14ffb485ae.zip
FreeBSD-ports-f0c92d870aa929a9c899894860ab5b14ffb485ae.tar.gz
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
Diffstat (limited to 'graphics/giftool/Makefile')
-rw-r--r--graphics/giftool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/giftool/Makefile b/graphics/giftool/Makefile
index 300212b..81719b9 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:
OpenPOWER on IntegriCloud