diff options
author | joerg <joerg> | 2007-08-17 21:47:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-17 21:47:05 +0000 |
commit | e856f565da609ebae560348a5abd2529d984358a (patch) | |
tree | fa7fc68e8aff6ccb1f89028b40da7a0d6c2ecb46 /audio/nas | |
parent | bea106f027ae347375efeb34e3d45868db35a814 (diff) | |
download | pkgsrc-e856f565da609ebae560348a5abd2529d984358a.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index e646cfd8e33..804e67742ea 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2007/08/15 08:12:17 markd Exp $ +# $NetBSD: Makefile,v 1.77 2007/08/17 21:47:05 joerg Exp $ DISTNAME= nas-1.9.src PKGNAME= ${DISTNAME:S/.src//} @@ -10,6 +10,7 @@ HOMEPAGE= http://nas.sourceforge.net COMMENT= Network Audio System PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir # 1) uses dia library before it is built # 2) make succeeds even with failures, making this problem non-obvious |