diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /audio/aumix/Makefile.common | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'audio/aumix/Makefile.common')
-rw-r--r-- | audio/aumix/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common index ae98d91250f..289e2ffdec6 100644 --- a/audio/aumix/Makefile.common +++ b/audio/aumix/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2006/04/13 18:23:29 jlam Exp $ +# $NetBSD: Makefile.common,v 1.4 2008/06/12 02:14:13 joerg Exp $ DISTNAME= aumix-2.8 CATEGORIES= audio @@ -13,6 +13,8 @@ MAINTAINER= trevor@jpj.net HOMEPAGE= http://jpj.net/~trevor/aumix.html COMMENT= Set mix levels +PKG_DESTDIR_SUPPORT= user-destdir + DISTINFO_FILE= ${.CURDIR}/../../audio/aumix/distinfo PATCHDIR= ${.CURDIR}/../../audio/aumix/patches PLIST_SRC= ${.CURDIR}/../../audio/aumix/PLIST |