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 | d3f77a97e7a4a8c51e7dc16665624faa6cacf8c3 (patch) | |
tree | a804f809d8ca40f9a6f9075c83e748d8a733be9a /wm/echinus | |
parent | d17b06cd1b82af2b32ce63b1b98f03aa6ea55d9d (diff) | |
download | pkgsrc-d3f77a97e7a4a8c51e7dc16665624faa6cacf8c3.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/echinus')
-rw-r--r-- | wm/echinus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/echinus/Makefile b/wm/echinus/Makefile index ab7cb39f283..1e57adf6f61 100644 --- a/wm/echinus/Makefile +++ b/wm/echinus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/11/01 06:02:42 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/08 12:42:19 asau Exp $ # DISTNAME= echinus-0.4.3 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.plhk.ru/echinus COMMENT= Simple and lightweight tiling window manager LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - NO_CONFIGURE= yes USE_TOOLS+= pkg-config |