diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-21 20:34:42 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-21 20:34:42 +0000 |
commit | 33943ac38058c57050a0a4d70892a299855c5eeb (patch) | |
tree | ad86741b10a102bd0e370fd4d0983e97aa1a87d1 /audio/sidplay2 | |
parent | d561a1687d759d20ed22625adb14b4381ac0c8bf (diff) | |
download | pkgsrc-33943ac38058c57050a0a4d70892a299855c5eeb.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'audio/sidplay2')
-rw-r--r-- | audio/sidplay2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile index 681970c7ca2..8048841d54e 100644 --- a/audio/sidplay2/Makefile +++ b/audio/sidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 13:13:38 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/21 20:37:49 heinz Exp $ # DISTNAME= sidplay-2.0.9 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sidplay2.sourceforge.net/ COMMENT= Tool for playing sidtunes +PKG_DESTDIR_SUPPORT= user-destdir + NOT_FOR_PLATFORM= Interix-*-* GNU_CONFIGURE= yes |