diff options
author | joerg <joerg> | 2010-01-29 19:43:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-29 19:43:36 +0000 |
commit | 6cf3c423b4f2a15bb259766e1383c45796c574a1 (patch) | |
tree | f96e2b9208214b60919e3b089639838c058b1f6c /editors/jove | |
parent | 7467486dd7deb9a82a21398e953bb5b85815c33e (diff) | |
download | pkgsrc-6cf3c423b4f2a15bb259766e1383c45796c574a1.tar.gz |
DESTDIR support
Diffstat (limited to 'editors/jove')
-rw-r--r-- | editors/jove/Makefile | 7 |
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" |