aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++-slang
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-22 16:59:24 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-22 16:59:24 +0000
commit5168cdcc4700537e8cf9190abacc399e88d07c3b (patch)
treedf93899d1582696960e6490dc3848ad86526989f /audio/timidity++-slang
parent71bdc605e08b748ef234ad5a05ab2a10cb21f274 (diff)
downloadports-5168cdcc4700537e8cf9190abacc399e88d07c3b.tar.gz
ports-5168cdcc4700537e8cf9190abacc399e88d07c3b.zip
- Move timidity++ interface glues from audio/timidity++-emacs into
audio/timidity++. This makes all interface ports much more similar to each others. - As a result of changing master port, all interface ports portrevision are bumped - Use PLIST_FILES for slave ports if possible - While I'm here, remove 4.x support in audio/timidity++ Approved by: nork (timidity++ maintainer, blanket)
Notes
Notes: svn path=/head/; revision=188042
Diffstat (limited to 'audio/timidity++-slang')
-rw-r--r--audio/timidity++-slang/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/timidity++-slang/Makefile b/audio/timidity++-slang/Makefile
index 6bef631dd61c..8e9aa0242b42 100644
--- a/audio/timidity++-slang/Makefile
+++ b/audio/timidity++-slang/Makefile
@@ -5,12 +5,13 @@
# $FreeBSD$
#
-INTERFACE= slang
+PKGNAMESUFFIX= -slang
MAINTAINER= ports@FreeBSD.org
COMMENT= Slang interface for TiMidity++
-MASTERDIR= ${.CURDIR:H:H}/audio/timidity++-emacs
-PLIST_FILES= lib/timidity/interface_s.so
+MASTERDIR= ${.CURDIR}/../..//audio/timidity++
+
+PLIST_FILES= ${TIMID_LIBDIR}/interface_s.so
.include "${MASTERDIR}/Makefile"