diff options
author | heinz <heinz@pkgsrc.org> | 2007-12-16 18:36:36 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-12-16 18:36:36 +0000 |
commit | bc5dd98c5a85ee888791fc4fd4e4594a5e8a4345 (patch) | |
tree | 121bddab806c26cf20afa3437d3552bde70e11b2 /audio/mikmod | |
parent | aae8c8da127b50684b5348e62b2e659b5442f04e (diff) | |
download | pkgsrc-bc5dd98c5a85ee888791fc4fd4e4594a5e8a4345.tar.gz |
The software supports installation to DESTDIR.
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index c10cc72d8bc..9be0b26ff53 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/09/03 00:56:28 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2007/12/16 18:36:36 heinz Exp $ DISTNAME= mikmod-3.2.1 PKGREVISION= 1 @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mikmod.raphnet.net/ COMMENT= MOD player for UNI IT XM S3M MOD MTM STM DSM MED FAR ULT 669 files +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake |