pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/dev86 DESTDIR support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d86ad50bd7d3
branches:  trunk
changeset: 545552:d86ad50bd7d3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 07 14:05:56 2008 +0000

description:
DESTDIR support.

diffstat:

 devel/dev86/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 311c8901b597 -r d86ad50bd7d3 devel/dev86/Makefile
--- a/devel/dev86/Makefile      Thu Aug 07 13:36:31 2008 +0000
+++ b/devel/dev86/Makefile      Thu Aug 07 14:05:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/06/16 13:38:51 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/08/07 14:05:56 joerg Exp $
 #
 
 DISTNAME=      dev86-0.16.17
@@ -11,9 +11,12 @@
 HOMEPAGE=      http://www.swissgeeks.com/
 COMMENT=       Linux 8086 development environment
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 CONFLICTS=     bcc-[0-9]*
 CONFLICTS+=    bin86-[0-9]*
 
 MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}
+MAKE_ENV+=     DIST=${DESTDIR}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index