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/afterstep/Makefile | |
parent | 2cf2d6ee3058e25e63eb60a6728221dd875747d8 (diff) | |
download | pkgsrc-6c94823fe1c6a888b7243022ddcc6dc8683c342c.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/afterstep/Makefile')
-rw-r--r-- | wm/afterstep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index 130592e4cb8..63674c99de1 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2012/10/03 21:58:24 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2012/10/08 12:42:17 asau Exp $ DISTNAME= AfterStep-2.1.2 PKGNAME= ${DISTNAME:S/AfterStep/afterstep/} @@ -13,7 +13,6 @@ COMMENT= Window manager based on the look and feel of the NeXTStep interface LICENSE= mit PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= bash:run gmake perl:run pkg-config GNU_CONFIGURE= yes |