diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 12:48:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 12:48:36 +0000 |
commit | 016649ae60242dd4ba1f5d53426e061d12ace134 (patch) | |
tree | 22529510de15eabf59ad069fa4ff93aa51207f6a /audio/timidity++-emacs/Makefile | |
parent | 1b8ed15b836316a51c71a17bf335857bba6d31d8 (diff) | |
download | ports-016649ae60242dd4ba1f5d53426e061d12ace134.tar.gz ports-016649ae60242dd4ba1f5d53426e061d12ace134.zip |
Update with PORTNAME/PORTVERSION and get happy with the slave.
Remove LANGPREFIX and just utilize PKGNAMEPREFIX.
Utilize PKGNAMESUFFIX.
Set the correct categories for both the master and the slaves.
Notes
Notes:
svn path=/head/; revision=27492
Diffstat (limited to 'audio/timidity++-emacs/Makefile')
-rw-r--r-- | audio/timidity++-emacs/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/timidity++-emacs/Makefile b/audio/timidity++-emacs/Makefile index 68e6c90595d5..58e54e3215cd 100644 --- a/audio/timidity++-emacs/Makefile +++ b/audio/timidity++-emacs/Makefile @@ -5,8 +5,9 @@ # $FreeBSD$ # -PORTNAME= ${LANGPREF}timidity++-${INTERFACE} +PORTNAME= timidity++ PORTVERSION= 2.9.0 +PKGNAMESUFFIX= -${INTERFACE} CATEGORIES= audio MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ DISTNAME= TiMidity++-${PORTVERSION} @@ -17,9 +18,6 @@ RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ LIB_DEPENDS= ${INTERFACE_DEPS} INTERFACE?= emacs -.if defined(JAPANESE) -LANGPREFIX= ja- -.endif USE_BZIP2= yes GNU_CONFIGURE= yes |