diff options
author | hans <hans@pkgsrc.org> | 2011-06-29 19:47:35 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-06-29 19:47:35 +0000 |
commit | 7462d92a47080776ec47c621e7b4ee56d80eec32 (patch) | |
tree | ee43b98b91d220d93d26419cf24a8b3e449300bb | |
parent | a8729dfdfe9e91a2808bb886c2df3a278baa763b (diff) | |
download | pkgsrc-7462d92a47080776ec47c621e7b4ee56d80eec32.tar.gz |
Fix DESTDIR build on SunOS.
-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 863d20aa925..3dc85aed294 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2010/01/24 17:11:18 heinz Exp $ +# $NetBSD: Makefile,v 1.85 2011/06/29 19:47:35 hans Exp $ DISTNAME= nas-1.9.1.src PKGNAME= ${DISTNAME:S/.src//} @@ -71,7 +71,7 @@ SUBST_SED.owngrp= -e 's/-c -o root -g wheel/-c -o ${UNPRIVILEGED_USER} -g ${UNPR .if ${OPSYS} == "SunOS" post-install: - ${LN} -s ${PREFIX}/lib/libaudio.so.2.4 ${PREFIX}/lib/libaudio.so.2 + ${LN} -s libaudio.so.2.4 ${DESTDIR}${PREFIX}/lib/libaudio.so.2 .endif PLIST_SRC= ${PKGDIR}/PLIST.clients |