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/aewm++ | |
parent | 2cf2d6ee3058e25e63eb60a6728221dd875747d8 (diff) | |
download | pkgsrc-6c94823fe1c6a888b7243022ddcc6dc8683c342c.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/aewm++')
-rw-r--r-- | wm/aewm++/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/aewm++/Makefile b/wm/aewm++/Makefile index a001af8be40..04d4120719e 100644 --- a/wm/aewm++/Makefile +++ b/wm/aewm++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:53 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/08 12:42:17 asau Exp $ # DISTNAME= aewm++-1.0.24 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sapphire.sourceforge.net/ COMMENT= Fork of the popular minimal window manager aewm -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |