diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 05:58:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 05:58:57 +0800 |
commit | f0c92d870aa929a9c899894860ab5b14ffb485ae (patch) | |
tree | af5cbb5b5f5ecb8d5eee00ef1f37673224e61eab /graphics/giftool | |
parent | 09d806b9d7cebfc825aa164f92e1d597e3ea7ab3 (diff) | |
download | freebsd-ports-gnome-f0c92d870aa929a9c899894860ab5b14ffb485ae.tar.gz freebsd-ports-gnome-f0c92d870aa929a9c899894860ab5b14ffb485ae.tar.zst freebsd-ports-gnome-f0c92d870aa929a9c899894860ab5b14ffb485ae.zip |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
Diffstat (limited to 'graphics/giftool')
-rw-r--r-- | graphics/giftool/Makefile | 4 |
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: |