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/icewm | |
parent | d17b06cd1b82af2b32ce63b1b98f03aa6ea55d9d (diff) | |
download | pkgsrc-d3f77a97e7a4a8c51e7dc16665624faa6cacf8c3.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/icewm')
-rw-r--r-- | wm/icewm/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index ad9336bc26e..5a34d73e26f 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.65 2011/04/18 11:55:14 obache Exp $ +# $NetBSD: Makefile.common,v 1.66 2012/10/08 12:42:20 asau Exp $ # # used by wm/icewm/Makefile # used by wm/icewm-imlib/Makefile @@ -11,8 +11,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.icewm.org/ -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes |