diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 05:24:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 05:24:54 +0800 |
commit | db1152b500a50e74c1f9390d5962aeecd53a7323 (patch) | |
tree | 099d0fb7f8b5b39864e8fdbe54cde8609740a015 /audio/festival+OGI | |
parent | 345198f3b02b5161e91077cb3eaab4f2e98783ca (diff) | |
download | freebsd-ports-gnome-db1152b500a50e74c1f9390d5962aeecd53a7323.tar.gz freebsd-ports-gnome-db1152b500a50e74c1f9390d5962aeecd53a7323.tar.zst freebsd-ports-gnome-db1152b500a50e74c1f9390d5962aeecd53a7323.zip |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-* (the directories
are the same).
Diffstat (limited to 'audio/festival+OGI')
-rw-r--r-- | audio/festival+OGI/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |