summaryrefslogtreecommitdiff
path: root/wm/aewm++
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 02:14:13 +0000
committerjoerg <joerg>2008-06-12 02:14:13 +0000
commit168a3246f0e3c46b0ef3b5dcf5d18607cff1583f (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /wm/aewm++
parent63309a20a533bc79929c9bd5b3bf872561762300 (diff)
downloadpkgsrc-168a3246f0e3c46b0ef3b5dcf5d18607cff1583f.tar.gz
Add DESTDIR support.
Diffstat (limited to 'wm/aewm++')
-rw-r--r--wm/aewm++/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/wm/aewm++/Makefile b/wm/aewm++/Makefile
index 695200442e6..a001af8be40 100644
--- a/wm/aewm++/Makefile
+++ b/wm/aewm++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/02/01 17:45:36 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:53 joerg Exp $
#
DISTNAME= aewm++-1.0.24
@@ -11,8 +11,12 @@ 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
+
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"