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/fvwm | |
parent | d17b06cd1b82af2b32ce63b1b98f03aa6ea55d9d (diff) | |
download | pkgsrc-d3f77a97e7a4a8c51e7dc16665624faa6cacf8c3.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/fvwm')
-rw-r--r-- | wm/fvwm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/fvwm/Makefile b/wm/fvwm/Makefile index 161af35e22e..592b40334ee 100644 --- a/wm/fvwm/Makefile +++ b/wm/fvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 21:58:25 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/08 12:42:20 asau Exp $ DISTNAME= fvwm-${FVWM_VER} PKGREVISION= 5 @@ -22,7 +22,6 @@ USE_X11BASE= YES GNU_CONFIGURE= YES USE_GNU_READLINE= YES USE_TOOLS+= perl:run tar -PKG_DESTDIR_SUPPORT= user-destdir PLIST_SUBST+= FVWM_VER=${FVWM_VER:Q} |