summaryrefslogtreecommitdiff
path: root/editors/jove
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-29 19:43:36 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-29 19:43:36 +0000
commit3a2b3ebb27b03a5894d8899d3056933a0cb86975 (patch)
treef96e2b9208214b60919e3b089639838c058b1f6c /editors/jove
parentb23eb8c4f49ae298ffb0055d6cc2223458182545 (diff)
downloadpkgsrc-3a2b3ebb27b03a5894d8899d3056933a0cb86975.tar.gz
DESTDIR support
Diffstat (limited to 'editors/jove')
-rw-r--r--editors/jove/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile
index e0efd0b0357..b3e932bc635 100644
--- a/editors/jove/Makefile
+++ b/editors/jove/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/02/16 18:28:25 rpaulo Exp $
+# $NetBSD: Makefile,v 1.14 2010/01/29 19:47:01 joerg Exp $
#
DISTNAME= jove4.16.0.70
@@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Small emacs-style editor, but lacks the LISP engine
+PKG_DESTDIR_SUPPORT= user-destdir
+
NO_CONFIGURE= yes
USE_TOOLS+= nroff
@@ -17,4 +19,7 @@ MAKE_ENV+= ROOT_GROUP=${ROOT_GROUP:Q}
MAKE_ENV+= ROOT_USER=${ROOT_USER:Q}
MAKE_FLAGS+= NROFF=${NROFF:Q}
+INSTALL_MAKE_FLAGS+= JOVEHOME=${DESTDIR}${PREFIX}
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
.include "../../mk/bsd.pkg.mk"