diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-08 09:01:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-08 09:01:28 +0000 |
commit | 4cea3c616fc2e83bbc7fbe39b217d84b4481c80a (patch) | |
tree | e789910bc2f071a8f8e2740eddd1ca131da70017 /audio/cs4235 | |
parent | c72207697a19988cd44ea296725a2f4eb50bfe10 (diff) | |
download | pkgsrc-4cea3c616fc2e83bbc7fbe39b217d84b4481c80a.tar.gz |
Convert to user-destdir.
Diffstat (limited to 'audio/cs4235')
-rw-r--r-- | audio/cs4235/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/cs4235/Makefile b/audio/cs4235/Makefile index f1af5e8e5eb..36619241e16 100644 --- a/audio/cs4235/Makefile +++ b/audio/cs4235/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/03/18 13:29:32 jmcneill Exp $ +# $NetBSD: Makefile,v 1.13 2010/03/08 09:01:28 wiz Exp $ # DISTNAME= cs4235-20001009 @@ -10,6 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.invisible.ca/~jmcneill/ COMMENT= Modifies the 3D mode on Crystal CS4235 sound cards +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= bin + ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64 WRKSRC= ${WRKDIR}/cs4235 |