summaryrefslogtreecommitdiff
path: root/audio/mbrolavox
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-12 11:04:02 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-12 11:04:02 +0000
commit5db19bd0d25965f92346ee7dd829a700bd043465 (patch)
treec35e7691bc9ecfd9a674766d5bb0d3f18f22a71d /audio/mbrolavox
parentAs discussed on the cvs-ports-list, make 'addport' print a warning if the dir... (diff)
- Fix make checksum issue. Checksum target is disable if DISTFILES *and*
DIST_SUBDIR are empty. PR: ports/72512 Submitted by: Andreas Schulz <ats@first.fraunhofer.de> Approved by: maintainer timeout (6 months)
Notes
Notes: svn path=/head/; revision=133137
Diffstat (limited to 'audio/mbrolavox')
-rw-r--r--audio/mbrolavox/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/mbrolavox/Makefile b/audio/mbrolavox/Makefile
index 30e679655088..c62a963c4c37 100644
--- a/audio/mbrolavox/Makefile
+++ b/audio/mbrolavox/Makefile
@@ -8,7 +8,6 @@
PORTNAME= mbrolavox
PORTVERSION= 3.0.1
CATEGORIES= audio accessibility
-DIST_SUBDIR= mbrolavox
MAINTAINER= trevor@FreeBSD.org
COMMENT= Voices for MBROLA voice synthesizer
@@ -48,7 +47,12 @@ MYFILES+= ${FILE_${ii}}
MYWITH+= ${ii}
. endif
.endfor
+.if !empty(MYDISTFILES)
DISTFILES= ${MYDISTFILES}
+DIST_SUBDIR= mbrolavox
+.else
+DISTFILES= # none
+.endif
.for ii in ${FILEDIRS}
MASTER_SITES+= http://www.festvox.org/mbrola/dba/${ii}/:${ii} \