diff options
author | tron <tron@pkgsrc.org> | 2007-01-28 20:18:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-01-28 20:18:30 +0000 |
commit | eb611f8d6bb3c60b87a829dd7c67e0794ac879fe (patch) | |
tree | c8ba38c0758a41d5643424d04641636cca9fc954 /audio/nas | |
parent | 86d62d7559df5dff1282879d8fb63baf7be9d58a (diff) | |
download | pkgsrc-eb611f8d6bb3c60b87a829dd7c67e0794ac879fe.tar.gz |
The server components don't get installed under Mac OS X.
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 64bb35cdd69..d29e5556ed8 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2007/01/27 20:56:18 markd Exp $ +# $NetBSD: Makefile,v 1.72 2007/01/28 20:18:30 tron Exp $ DISTNAME= nas-1.8.src PKGNAME= ${DISTNAME:S/.src//} @@ -76,7 +76,7 @@ post-install: PLIST_SRC= ${PKGDIR}/PLIST.clients -.if ${OPSYS} != "Interix" +.if ${OPSYS} != "Darwin" && ${OPSYS} != "Interix" PLIST_SRC+= ${PKGDIR}/PLIST.server EGDIR= ${PREFIX}/share/examples/nas CONF_FILES= ${EGDIR}/nasd.conf.eg ${PKG_SYSCONFDIR}/nasd.conf |