diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 12:42:17 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 12:42:17 +0000 |
commit | 6c94823fe1c6a888b7243022ddcc6dc8683c342c (patch) | |
tree | a804f809d8ca40f9a6f9075c83e748d8a733be9a /wm/waimea | |
parent | 2cf2d6ee3058e25e63eb60a6728221dd875747d8 (diff) | |
download | pkgsrc-6c94823fe1c6a888b7243022ddcc6dc8683c342c.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/waimea')
-rw-r--r-- | wm/waimea/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/waimea/Makefile b/wm/waimea/Makefile index 69e60e270bb..81a4ed560c4 100644 --- a/wm/waimea/Makefile +++ b/wm/waimea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2012/10/03 21:58:25 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2012/10/08 12:42:24 asau Exp $ # DISTNAME= waimea-0.4.0 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/waimea/ COMMENT= Fast and highly customizable virtual window manager -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_TOOLS+= gmake perl:run pkg-config |