summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-01 01:50:04 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-01 01:50:04 +0000
commit85cf745783afdb3a8ba87a6e94f9c6d19000d51b (patch)
tree3e84fda9c228da09307f4467e4c5a681ca735dd8 /emulators
parent427f06d0b965762c723bf00a61e3afb137e8b98f (diff)
downloadpkgsrc-85cf745783afdb3a8ba87a6e94f9c6d19000d51b.tar.gz
DESTDIR support
Diffstat (limited to 'emulators')
-rw-r--r--emulators/p11/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/p11/Makefile b/emulators/p11/Makefile
index 676ac7d4764..4e58c762129 100644
--- a/emulators/p11/Makefile
+++ b/emulators/p11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/04/12 22:43:00 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2010/02/01 02:23:45 joerg Exp $
#
DISTNAME= p11-2.10i
@@ -9,6 +9,8 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@grumpf.hope-2000.org
COMMENT= PDP11 emulator
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-begemot=${PREFIX:Q}
USE_LIBTOOL= yes
@@ -41,7 +43,7 @@ do-build:
cd ${WRKSRC} && ${GMAKE} ${BUILD_TARGET} MAKEFLAGS=
do-install:
- cd ${WRKSRC} && ${GMAKE} ${INSTALL_TARGET} MAKEFLAGS=
+ cd ${WRKSRC} && ${GMAKE} ${INSTALL_TARGET} MAKEFLAGS= DESTDIR=${DESTDIR}
.include "../../devel/libbegemot/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"