diff options
author | bms <bms@FreeBSD.org> | 2005-01-14 21:26:38 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2005-01-14 21:26:38 +0800 |
commit | b3fb3782c432825c58175172b07297177020625b (patch) | |
tree | 21ebc56198cd8443cf4db60c23f0809858e6b93f /audio/gaim-festival | |
parent | d04aca395b91f91138d7b597faee40579be3a254 (diff) | |
download | freebsd-ports-gnome-b3fb3782c432825c58175172b07297177020625b.tar.gz freebsd-ports-gnome-b3fb3782c432825c58175172b07297177020625b.tar.zst freebsd-ports-gnome-b3fb3782c432825c58175172b07297177020625b.zip |
Fix DISTFILES paste-o that crept in after PKGNAMEPREFIX.
Diffstat (limited to 'audio/gaim-festival')
-rw-r--r-- | audio/gaim-festival/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gaim-festival/Makefile b/audio/gaim-festival/Makefile index 239f79814b6a..31f09e51fee2 100644 --- a/audio/gaim-festival/Makefile +++ b/audio/gaim-festival/Makefile @@ -9,9 +9,9 @@ PORTNAME= festival PORTVERSION= 1.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME}-${PKGNAMEPREFIX} +MASTER_SITE_SUBDIR= festival-gaim PKGNAMEPREFIX= gaim- -DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}1.00 +DISTNAME= festival-gaim-1.00 MAINTAINER= bms@FreeBSD.org COMMENT= Festival speech support for Gaim |