diff options
author | obache <obache> | 2011-01-26 12:27:05 +0000 |
---|---|---|
committer | obache <obache> | 2011-01-26 12:27:05 +0000 |
commit | 6a6cb6fd66ee4c1fe165c37b36e2428b8b5d4825 (patch) | |
tree | cb9300c94cfb0aec3c0544035e5b8fd470dbba26 /audio | |
parent | b6ddd77ec2dd3e1b49566332aeccd3999a32d173 (diff) | |
download | pkgsrc-6a6cb6fd66ee4c1fe165c37b36e2428b8b5d4825.tar.gz |
simplify
Diffstat (limited to 'audio')
-rw-r--r-- | audio/espeak/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index dd0b2e47db8..5bccd0d503f 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2009/05/19 08:59:01 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2011/01/26 12:27:05 obache Exp $ # DISTNAME= espeak-1.31-source -PKGNAME= espeak-1.31 +PKGNAME= ${DISTNAME:S/-source//} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=espeak/} EXTRACT_SUFX= .zip @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c++ USE_TOOLS+= gmake -WRKSRC= ${WRKDIR}/espeak-1.31-source/src +WRKSRC= ${WRKDIR}/${DISTNAME}/src INSTALLATION_DIRS= bin include lib share |