aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++-emacs
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-11-30 19:07:06 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-11-30 19:07:06 +0000
commit5623203d4539af19fe7486d12b415c65e3e6e7c1 (patch)
tree98fe4b173d96f7f735961629d307a8f75f69b82f /audio/timidity++-emacs
parentbfeac5741dead0efc959b7a1ef47d7e4b29ba86e (diff)
downloadports-5623203d4539af19fe7486d12b415c65e3e6e7c1.tar.gz
ports-5623203d4539af19fe7486d12b415c65e3e6e7c1.zip
- Use += for PLIST_SUB, so slave ports can override
Notes
Notes: svn path=/head/; revision=178364
Diffstat (limited to 'audio/timidity++-emacs')
-rw-r--r--audio/timidity++-emacs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/timidity++-emacs/Makefile b/audio/timidity++-emacs/Makefile
index 7c8ff6e0f8e1..09bcecfbc51e 100644
--- a/audio/timidity++-emacs/Makefile
+++ b/audio/timidity++-emacs/Makefile
@@ -38,9 +38,9 @@ CONFIGURE_ARGS+=--enable-dynamic=${INTERFACE}
MASTERDIR= ${.CURDIR}/../../audio/timidity++
PKGDIR= ${.CURDIR}
-PLIST_SUB= TIMID_LIBDIR=${TIMID_LIBDIR}
+PLIST_SUB+= TIMID_LIBDIR=${TIMID_LIBDIR}
-TIMID_LIBDIR= ${PREFIX}/lib/timidity
+TIMID_LIBDIR= lib/timidity
.if ${INTERFACE} == "emacs"
ELISPDIR= ${PREFIX}/share/emacs/site-lisp
@@ -101,7 +101,7 @@ LDFLAGS+=-export-dynamic
.endif
EUCJP_LOCALE= ja_JP.eucJP
-PLIST_SUB= EUCJP_LOCALE=${EUCJP_LOCALE}
+PLIST_SUB+= EUCJP_LOCALE=${EUCJP_LOCALE}
.if ${INTERFACE} == "motif"
post-configure: