diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 15:33:27 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 15:33:27 +0000 |
commit | adb2bfbf61bc473f0505afeec6428fb9579d4806 (patch) | |
tree | 1db93cb9df1c4759332e634684edea6add549710 /audio | |
parent | db10e1766f92b52e01c064990a536e07e72396b7 (diff) | |
download | pkgsrc-adb2bfbf61bc473f0505afeec6428fb9579d4806.tar.gz |
Remove SunOS-specific post-install target, not needed anymore.
REPLACE_SH on an installed script.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nas/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index e235c58b542..5111fda8dc2 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2011/10/10 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2012/02/15 15:33:27 hans Exp $ DISTNAME= nas-1.9.1.src PKGNAME= ${DISTNAME:S/.src//} @@ -69,10 +69,7 @@ SUBST_FILES.owngrp= clients/audio/auconvert/Makefile \ SUBST_SED.owngrp= -e 's/-c -o root -g wheel/-c -o ${UNPRIVILEGED_USER} -g ${UNPRIVILEGED_GROUP}/g' .endif -.if ${OPSYS} == "SunOS" -post-install: - ${LN} -s libaudio.so.2.4 ${DESTDIR}${PREFIX}/lib/libaudio.so.2 -.endif +REPLACE_SH= clients/audio/util/checkmail PLIST_SRC= ${PKGDIR}/PLIST.clients |