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/amaterus | |
parent | d17b06cd1b82af2b32ce63b1b98f03aa6ea55d9d (diff) | |
download | pkgsrc-d3f77a97e7a4a8c51e7dc16665624faa6cacf8c3.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/amaterus')
-rw-r--r-- | wm/amaterus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/amaterus/Makefile b/wm/amaterus/Makefile index fe82b2ccfb0..a6c21354faf 100644 --- a/wm/amaterus/Makefile +++ b/wm/amaterus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/04/22 13:44:54 obache Exp $ +# $NetBSD: Makefile,v 1.21 2012/10/08 12:42:17 asau Exp $ DISTNAME= amaterus-0.34.1 PKGREVISION= 6 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.taiyaki.org/ COMMENT= GTK+ window manager -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES INSTALLATION_DIRS= share/doc/amaterus |