diff options
author | asau <asau> | 2012-10-02 23:47:56 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-02 23:47:56 +0000 |
commit | a189a0a58af46c22e9617b692b0b2c19644064df (patch) | |
tree | 64a82e5e9a3c86495795e69d6108c67c1f8a38a8 /audio/mixer.app | |
parent | 15a711f4888f293824b155dfda3d0b8b914e8cf8 (diff) | |
download | pkgsrc-a189a0a58af46c22e9617b692b0b2c19644064df.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'audio/mixer.app')
-rw-r--r-- | audio/mixer.app/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile index 67608f5b63a..5fa63d11484 100644 --- a/audio/mixer.app/Makefile +++ b/audio/mixer.app/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/05/05 18:45:43 zafer Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/02 23:47:57 asau Exp $ # DISTNAME= Mixer.app-1.8.0 @@ -15,7 +15,6 @@ COMMENT= Another mixer intended for the windowmaker dockapp NOT_FOR_PLATFORM= Interix-*-* PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c++ |