summaryrefslogtreecommitdiff
path: root/editors/gate
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-29 19:31:33 +0000
committerjoerg <joerg>2010-01-29 19:31:33 +0000
commit8590ec91fa58cfd4dfaac8b768fcc29f50437dcf (patch)
treee4c0c8ee20e8fd1dd234834565a3637d2ba32655 /editors/gate
parentfb2a276f5afc43d183eb8e149d13ec260f189145 (diff)
downloadpkgsrc-8590ec91fa58cfd4dfaac8b768fcc29f50437dcf.tar.gz
DESTDIR support
Diffstat (limited to 'editors/gate')
-rw-r--r--editors/gate/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/gate/Makefile b/editors/gate/Makefile
index 00ff913b9ed..7229cc8462f 100644
--- a/editors/gate/Makefile
+++ b/editors/gate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/12/06 22:42:25 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/29 19:37:48 joerg Exp $
#
DISTNAME= gate-2.06
@@ -9,7 +9,12 @@ MAINTAINER= hugor@users.sourceforge.net
HOMEPAGE= http://www.unixpapa.com/gate.html
COMMENT= Lightweight text editor
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
BUILD_TARGET= # empty
+INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
+ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
+
.include "../../mk/bsd.pkg.mk"