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/evilwm | |
parent | bc56b44c542e7a868f8678d91721e143fb9e8a7b (diff) | |
download | pkgsrc-eb453af5dee49e97f0b6badd133cc7886f2e00ed.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/evilwm')
-rw-r--r-- | wm/evilwm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index 9377e0d6b09..5033e075073 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2011/11/28 00:06:18 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2012/10/08 12:42:19 asau Exp $ # DISTNAME= evilwm-1.1.0 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.6809.org.uk/evilwm/ COMMENT= Minimalist Window Manager for X -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/evilwm |