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/skippy | |
parent | 2cf2d6ee3058e25e63eb60a6728221dd875747d8 (diff) | |
download | pkgsrc-6c94823fe1c6a888b7243022ddcc6dc8683c342c.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/skippy')
-rw-r--r-- | wm/skippy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/skippy/Makefile b/wm/skippy/Makefile index cde455a1d47..764150e313a 100644 --- a/wm/skippy/Makefile +++ b/wm/skippy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/04/13 23:15:49 hans Exp $ +# $NetBSD: Makefile,v 1.23 2012/10/08 12:42:23 asau Exp $ # DISTNAME= skippy-0.5.0 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://thegraveyard.org/skippy.php COMMENT= Fullscreen task switcher for X11 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= pkg-config EGDIR= ${PREFIX}/share/examples/${PKGBASE} |