summaryrefslogtreecommitdiff
path: root/audio/nas/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-12-03 09:13:39 +0000
committerjlam <jlam>2002-12-03 09:13:39 +0000
commit501cb5240401d2cc0ee1c6b06c061cc394c14e33 (patch)
treede9479c6595fae10a51d10a9fa0f66e6d8344c1d /audio/nas/Makefile
parenta55141cbfa5c95438c617e5201ce2e82c41fcd35 (diff)
downloadpkgsrc-501cb5240401d2cc0ee1c6b06c061cc394c14e33.tar.gz
Ensure that the voxware (OSS) audio server is built on NetBSD/sparc.
Diffstat (limited to 'audio/nas/Makefile')
-rw-r--r--audio/nas/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index 2d730ad7c15..94e9cce9d80 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2002/11/28 11:40:45 markd Exp $
+# $NetBSD: Makefile,v 1.21 2002/12/03 09:13:39 jlam Exp $
# FreeBSD ID: Makefile,v 1.8 1997/01/06 12:04:12 jkh Exp
#
@@ -37,10 +37,12 @@ pre-configure:
done
PLIST_SRC= ${PKGDIR}/PLIST.clients
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc"
+.if (${MACHINE_ARCH} == "i386") || \
+ (${MACHINE_ARCH} == "sparc")
. include "../../mk/ossaudio.buildlink2.mk"
+EGDIR= ${PREFIX}/share/examples/nas
PLIST_SRC+= ${PKGDIR}/PLIST.voxware
-CONF_FILES= ${PREFIX}/share/examples/nas/nasd.conf.eg ${PKG_SYSCONFDIR}/nasd.conf
+CONF_FILES= ${EGDIR}/nasd.conf.eg ${PKG_SYSCONFDIR}/nasd.conf
.endif
.include "../../mk/bsd.pkg.install.mk"