diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-12 11:04:02 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-12 11:04:02 +0000 |
commit | 5db19bd0d25965f92346ee7dd829a700bd043465 (patch) | |
tree | c35e7691bc9ecfd9a674766d5bb0d3f18f22a71d /audio/mbrolavox | |
parent | As 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/Makefile | 6 |
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} \ |