diff options
author | flz <flz@FreeBSD.org> | 2005-04-12 19:04:02 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-12 19:04:02 +0800 |
commit | 34102a450207a5cc3693e6a049e74e1fd6ce7f48 (patch) | |
tree | c8f820a42c90ee2a499f8b8b079692d351c6d9a2 | |
parent | d6dbaf79aa733e73f685a9e73e41a5ea1706791e (diff) | |
download | freebsd-ports-gnome-34102a450207a5cc3693e6a049e74e1fd6ce7f48.tar.gz freebsd-ports-gnome-34102a450207a5cc3693e6a049e74e1fd6ce7f48.tar.zst freebsd-ports-gnome-34102a450207a5cc3693e6a049e74e1fd6ce7f48.zip |
- 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)
-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} \ |