diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 05:24:54 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 05:24:54 +0800 |
commit | c6f4b02cb46b35c631605ef18a0893a16f315ef5 (patch) | |
tree | cbe6ad3a2c7e1d5e5d7d375ee3b9bd9048211292 /audio | |
parent | 38aa997ecff17e14e0aa19eccaa1e2ce7520ab13 (diff) | |
download | freebsd-ports-gnome-c6f4b02cb46b35c631605ef18a0893a16f315ef5.tar.gz freebsd-ports-gnome-c6f4b02cb46b35c631605ef18a0893a16f315ef5.tar.zst freebsd-ports-gnome-c6f4b02cb46b35c631605ef18a0893a16f315ef5.zip |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-* (the directories
are the same).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival+OGI/Makefile | 4 | ||||
-rw-r--r-- | audio/festival/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index bd1d163218ce..fdb430fafc0f 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/Makefile @@ -39,9 +39,9 @@ LIB_DEPENDS= audio.1:${PORTSDIR}/audio/nas \ DIST_SUBDIR= festival -EXTRA_PATCHES= ${FILESDIR}/patch-aa +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa .if defined (WITH_OGI) -EXTRA_PATCHES= ${FILESDIR}/patch-aa-ogi +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa-ogi RESTRICTED= no-commercial-use .endif diff --git a/audio/festival/Makefile b/audio/festival/Makefile index bd1d163218ce..fdb430fafc0f 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -39,9 +39,9 @@ LIB_DEPENDS= audio.1:${PORTSDIR}/audio/nas \ DIST_SUBDIR= festival -EXTRA_PATCHES= ${FILESDIR}/patch-aa +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa .if defined (WITH_OGI) -EXTRA_PATCHES= ${FILESDIR}/patch-aa-ogi +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa-ogi RESTRICTED= no-commercial-use .endif |