pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/osf1_lib Update to support PKG_DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef5986525448
branches:  trunk
changeset: 572439:ef5986525448
user:      schnoebe <schnoebe%pkgsrc.org@localhost>
date:      Fri Feb 26 05:09:54 2010 +0000

description:
Update to support PKG_DESTDIR.

diffstat:

 emulators/osf1_lib/Makefile |  8 +++++---
 emulators/osf1_lib/PLIST    |  4 +---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 953705a0355f -r ef5986525448 emulators/osf1_lib/Makefile
--- a/emulators/osf1_lib/Makefile       Fri Feb 26 03:16:31 2010 +0000
+++ b/emulators/osf1_lib/Makefile       Fri Feb 26 05:09:54 2010 +0000
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.17 2007/09/23 21:48:05 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.18 2010/02/26 05:09:54 schnoebe Exp $
 
 DISTNAME=      netscape-4.7-3.alpha
 PKGNAME=       osf1_lib-1.1
 PKGREVISION=   4
 CATEGORIES=    emulators
-MASTER_SITES=  ftp://ftp.digital.com/pub/DEC/Linux-Alpha-Tools/netscape/
+MASTER_SITES=  ftp://digital.com/pub/alphaserver/archive/linuxalphatools/netscape/
 EXTRACT_SUFX=  .rpm
 
 MAINTAINER=    eric%cirr.com@localhost
 HOMEPAGE=      http://www.support.compaq.com/alpha-tools/software/index.html
 COMMENT=       DEC/Compaq OSF-1/Tru64 compatibility package for netscape
 
+PKG_DESTDIR_SUPPORT=    user-destdir
+
 RESTRICTED=            COMPAQ Licensed Software
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
@@ -25,7 +27,7 @@
 BUILD_DIRS=            # empty
 
 EMUL_PKG_FMT=          rpm
-RPM2PKG_PREFIX=                ${PREFIX}
+RPM2PKG_PREFIX=                ${DESTDIR}${PREFIX}
 RPM2PKG_SUBPREFIX=     ${EMULSUBDIR}
 RPM2PKG_STAGE=         do-install
 RPMIGNOREPATH=         usr/bin usr/lib
diff -r 953705a0355f -r ef5986525448 emulators/osf1_lib/PLIST
--- a/emulators/osf1_lib/PLIST  Fri Feb 26 03:16:31 2010 +0000
+++ b/emulators/osf1_lib/PLIST  Fri Feb 26 05:09:54 2010 +0000
@@ -1,12 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:51:06 joerg Exp $
-emul/osf1/etc/hosts
+@comment $NetBSD: PLIST,v 1.4 2010/02/26 05:09:54 schnoebe Exp $
 emul/osf1/etc/sia/OSFC2_matrix.conf
 emul/osf1/etc/sia/bsd_matrix.conf
 emul/osf1/etc/sia/matrix.conf
 emul/osf1/etc/sia/siainitgood
 emul/osf1/etc/svc.conf
 emul/osf1/sbin/loader
-emul/osf1/usr/lib/X11/locale
 emul/osf1/usr/shlib/LICENSE
 emul/osf1/usr/shlib/libICE.so
 emul/osf1/usr/shlib/libSM.so



Home | Main Index | Thread Index | Old Index