From 34102a450207a5cc3693e6a049e74e1fd6ce7f48 Mon Sep 17 00:00:00 2001 From: flz Date: Tue, 12 Apr 2005 11:04:02 +0000 Subject: - Fix make checksum issue. Checksum target is disable if DISTFILES *and* DIST_SUBDIR are empty. PR: ports/72512 Submitted by: Andreas Schulz Approved by: maintainer timeout (6 months) --- audio/mbrolavox/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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} \ -- cgit