summaryrefslogtreecommitdiff
path: root/devel/libtecla
diff options
context:
space:
mode:
authorwiz <wiz>2009-03-06 09:38:32 +0000
committerwiz <wiz>2009-03-06 09:38:32 +0000
commitea4070730eef8107add8d4f34f838ed1c40b7bde (patch)
treec997ab4596eec39750973495f1ad33474d85ea65 /devel/libtecla
parent212318d9ee4f12c20ddd8bf29236c3bc4fee0014 (diff)
downloadpkgsrc-ea4070730eef8107add8d4f34f838ed1c40b7bde.tar.gz
Convert to user-destdir, and mark as MAKE_JOBS_SAFE=no (latter part
from Ryo HAYASAKA in PR 40745).
Diffstat (limited to 'devel/libtecla')
-rw-r--r--devel/libtecla/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libtecla/Makefile b/devel/libtecla/Makefile
index c8e11004b05..ca9db9bfbd5 100644
--- a/devel/libtecla/Makefile
+++ b/devel/libtecla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/08/17 05:10:59 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2009/03/06 09:38:32 wiz Exp $
DISTNAME= libtecla-1.6.1
PKGREVISION= 2
@@ -9,11 +9,17 @@ MAINTAINER= kristerw@NetBSD.org
HOMEPAGE= http://www.astro.caltech.edu/~mcs/tecla/
COMMENT= Interactive command line editing facilities
+PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/${PKGBASE}
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
BUILD_TARGET= default
+INSTALL_MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX}
+INSTALL_MAKE_FLAGS+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
+
.include "../../mk/bsd.prefs.mk"
# reentrant causes compilation problems