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/bmpanel2 | |
parent | bc56b44c542e7a868f8678d91721e143fb9e8a7b (diff) | |
download | pkgsrc-eb453af5dee49e97f0b6badd133cc7886f2e00ed.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/bmpanel2')
-rw-r--r-- | wm/bmpanel2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile index 24fa812d1e4..af5d6e9cab0 100644 --- a/wm/bmpanel2/Makefile +++ b/wm/bmpanel2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/02 17:12:05 tron Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/08 12:42:18 asau Exp $ # DISTNAME= bmpanel2-2.1pre1 @@ -11,7 +11,6 @@ HOMEPAGE= http://code.google.com/p/bmpanel2/ COMMENT= NETWM-compatible panel for X11 LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir USE_CMAKE= yes USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config gzip |