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 | 6c94823fe1c6a888b7243022ddcc6dc8683c342c (patch) | |
tree | a804f809d8ca40f9a6f9075c83e748d8a733be9a /wm/olvwm | |
parent | 2cf2d6ee3058e25e63eb60a6728221dd875747d8 (diff) | |
download | pkgsrc-6c94823fe1c6a888b7243022ddcc6dc8683c342c.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/olvwm')
-rw-r--r-- | wm/olvwm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/olvwm/Makefile b/wm/olvwm/Makefile index 5be2a89d889..76303a95c69 100644 --- a/wm/olvwm/Makefile +++ b/wm/olvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/12/10 20:38:07 abs Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/08 12:42:22 asau Exp $ # DISTNAME= olvwm4.src4 @@ -14,7 +14,6 @@ COMMENT= Open Look Virtual Window Manager DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients LICENSE= sun-openlook-license -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} USE_IMAKE= yes |