diff options
author | asau <asau> | 2012-10-08 12:42:17 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 12:42:17 +0000 |
commit | eb453af5dee49e97f0b6badd133cc7886f2e00ed (patch) | |
tree | a804f809d8ca40f9a6f9075c83e748d8a733be9a /wm/matchbox-wm/Makefile | |
parent | bc56b44c542e7a868f8678d91721e143fb9e8a7b (diff) | |
download | pkgsrc-eb453af5dee49e97f0b6badd133cc7886f2e00ed.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/matchbox-wm/Makefile')
-rw-r--r-- | wm/matchbox-wm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/matchbox-wm/Makefile b/wm/matchbox-wm/Makefile index 854f4f0832d..2786e0515bf 100644 --- a/wm/matchbox-wm/Makefile +++ b/wm/matchbox-wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/11/01 06:02:43 sbd Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/08 12:42:21 asau Exp $ # DISTNAME= matchbox-window-manager-1.1 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://projects.o-hand.com/matchbox/ COMMENT= Window manager designed for computers with small displays -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes |