summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-02-20 12:26:14 +0000
committerobache <obache@pkgsrc.org>2014-02-20 12:26:14 +0000
commit521fd33d15ce72932b4da8c51794af1881b4ed19 (patch)
tree0cb42575ae8400bb780787e73a8992bbfee9cf79 /audio
parentc0d696417b8cb87faecf788702c5535f6855fd2c (diff)
downloadpkgsrc-521fd33d15ce72932b4da8c51794af1881b4ed19.tar.gz
And Debian-specific layout.
Diffstat (limited to 'audio')
-rw-r--r--audio/festival/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index bf18f219149..a040a7cbf9f 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2014/02/20 12:16:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.69 2014/02/20 12:26:14 obache Exp $
DISTNAME= festival-2.1-release
PKGNAME= festival-2.1
@@ -78,8 +78,11 @@ post-patch:
${CP} ${FILESDIR}/unknown_${OPSYS}.mak ${FESTIVAL}/config/systems
.endif
+# from festival/config/system.sh
.if exists(/etc/redhat-release)
FESTOS= RedHatLinux
+.elif exists(/etc/debian_version)
+FESTOS= DebianGNULinux
.else
FESTOS= ${OPSYS}
.endif