diff options
author | markd <markd@pkgsrc.org> | 2007-01-27 20:56:18 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-01-27 20:56:18 +0000 |
commit | 1a8e1fbee7e67cb9fb1ba7f0fe8f5a7512b57127 (patch) | |
tree | c0a6e5b03c791b0ebff083db70e0c448b506e5b3 /audio/nas | |
parent | e00ec6ce351e5be2e3a6203dc7bbc558ab8efc50 (diff) | |
download | pkgsrc-1a8e1fbee7e67cb9fb1ba7f0fe8f5a7512b57127.tar.gz |
Restructure how the PLIST is built to hopefully be clearer in whats
happening and (closer) match the imake logic for what gets installed.
Bump PKGREVISION.
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 414e00b3ad4..64bb35cdd69 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.70 2007/01/27 20:46:52 markd Exp $ +# $NetBSD: Makefile,v 1.71 2007/01/27 20:56:18 markd Exp $ DISTNAME= nas-1.8.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://nas.codebrilliance.com/nas/ \ ftp://ftp.uni-duisburg.de/Sound/NAS/ @@ -77,17 +77,14 @@ post-install: PLIST_SRC= ${PKGDIR}/PLIST.clients .if ${OPSYS} != "Interix" -. if (${MACHINE_ARCH} == "i386") || \ - (${MACHINE_ARCH} == "x86_64") || \ - (${MACHINE_ARCH} == "sparc64") || \ - (${MACHINE_ARCH} == "sparc") -. include "../../mk/oss.buildlink3.mk" +PLIST_SRC+= ${PKGDIR}/PLIST.server EGDIR= ${PREFIX}/share/examples/nas CONF_FILES= ${EGDIR}/nasd.conf.eg ${PKG_SYSCONFDIR}/nasd.conf -. if ${OPSYS} != "SunOS" + +. if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \ + ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || ${OPSYS} == "UnixWare" +. include "../../mk/oss.buildlink3.mk" PLIST_SRC+= ${PKGDIR}/PLIST.voxware -. endif -PLIST_SRC+= ${PKGDIR}/PLIST.server . endif .endif |