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/selectwm | |
parent | bc56b44c542e7a868f8678d91721e143fb9e8a7b (diff) | |
download | pkgsrc-eb453af5dee49e97f0b6badd133cc7886f2e00ed.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/selectwm')
-rw-r--r-- | wm/selectwm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/selectwm/Makefile b/wm/selectwm/Makefile index e79074ea4dc..675d1bdc9ad 100644 --- a/wm/selectwm/Makefile +++ b/wm/selectwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/02 17:12:07 tron Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/08 12:42:23 asau Exp $ # DISTNAME= selectwm-0.4.1 @@ -10,8 +10,6 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://ordiluc.net/selectwm/ COMMENT= Simple GTK2 application to select window manager -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |