aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-12 19:04:02 +0800
committerflz <flz@FreeBSD.org>2005-04-12 19:04:02 +0800
commit34102a450207a5cc3693e6a049e74e1fd6ce7f48 (patch)
treec8f820a42c90ee2a499f8b8b079692d351c6d9a2
parentd6dbaf79aa733e73f685a9e73e41a5ea1706791e (diff)
downloadfreebsd-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/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} \