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/jwm | |
parent | d17b06cd1b82af2b32ce63b1b98f03aa6ea55d9d (diff) | |
download | pkgsrc-d3f77a97e7a4a8c51e7dc16665624faa6cacf8c3.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/jwm')
-rw-r--r-- | wm/jwm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index c4e7ffa887e..1c0ae3459b4 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/05/20 06:42:01 tsutsui Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/08 12:42:21 asau Exp $ # DISTNAME= jwm-2.1.0 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.joewing.net/programs/jwm/ COMMENT= Lightweight window manager with virtual desktops LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= pkg-config GNU_CONFIGURE= yes |