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/sawfish | |
parent | d17b06cd1b82af2b32ce63b1b98f03aa6ea55d9d (diff) | |
download | pkgsrc-d3f77a97e7a4a8c51e7dc16665624faa6cacf8c3.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/sawfish')
-rw-r--r-- | wm/sawfish/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 9388a1d75bc..ffbf3647ce3 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2012/10/02 17:12:06 tron Exp $ +# $NetBSD: Makefile,v 1.68 2012/10/08 12:42:23 asau Exp $ # DISTNAME= sawfish-1.7.1 @@ -14,8 +14,6 @@ COMMENT= Extensible window manager that is fully configurable in Lisp CONFLICTS+= sawfish-replibs-[0-9]* CONFLICTS+= sawfish-themes-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes INFO_FILES= YES PKGCONFIG_OVERRIDE+= sawfish.pc.in |