pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators DESTDIR ready



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7609804c80a4
branches:  trunk
changeset: 570462:7609804c80a4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 29 22:54:48 2010 +0000

description:
DESTDIR ready

diffstat:

 emulators/gpsim-ptyusart/Makefile |  4 +++-
 emulators/handy_sdl/Makefile      |  4 +++-
 emulators/simulavr/Makefile       |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r a6ebc4c304e2 -r 7609804c80a4 emulators/gpsim-ptyusart/Makefile
--- a/emulators/gpsim-ptyusart/Makefile Fri Jan 29 22:52:54 2010 +0000
+++ b/emulators/gpsim-ptyusart/Makefile Fri Jan 29 22:54:48 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/08/26 19:57:26 sno Exp $
+# $NetBSD: Makefile,v 1.12 2010/01/29 22:54:48 joerg Exp $
 #
 
 DISTNAME=      ptyusart-0.3.2
@@ -10,6 +10,8 @@
 MAINTAINER=    bouyer%NetBSD.org@localhost
 COMMENT=       Pseudo-tty module for gpsim
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 ONLY_FOR_PLATFORM=     NetBSD-*-*
 
 GNU_CONFIGURE= YES
diff -r a6ebc4c304e2 -r 7609804c80a4 emulators/handy_sdl/Makefile
--- a/emulators/handy_sdl/Makefile      Fri Jan 29 22:52:54 2010 +0000
+++ b/emulators/handy_sdl/Makefile      Fri Jan 29 22:54:48 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/20 17:34:02 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/29 22:54:54 joerg Exp $
 #
 
 DISTNAME=      handy_sdl-0.5-src
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://sdlemu.ngemu.com/handysdl.php
 COMMENT=       Atari Lynx emulator
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 MAKE_FILE=     Makefile-0.95
 USE_TOOLS+=    gmake
 
diff -r a6ebc4c304e2 -r 7609804c80a4 emulators/simulavr/Makefile
--- a/emulators/simulavr/Makefile       Fri Jan 29 22:52:54 2010 +0000
+++ b/emulators/simulavr/Makefile       Fri Jan 29 22:54:48 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/08/25 12:32:55 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2010/01/29 22:58:10 joerg Exp $
 #
 
 DISTNAME=              simulavr-0.1.2.1
@@ -11,6 +11,8 @@
 HOMEPAGE=              http://www.nongnu.org/simulavr/
 COMMENT=               Simulator for Atmel AVR microcontrollers
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 BUILD_DEPENDS+=                avr-binutils-[0-9]*:../../cross/avr-binutils
 BUILD_DEPENDS+=                avr-gcc-[0-9]*:../../cross/avr-gcc
 BUILD_DEPENDS+=                doxygen-[0-9]*:../../devel/doxygen



Home | Main Index | Thread Index | Old Index