pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/opera7 Set USE_PKGINSTALL instead of including bsd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0501debeae89
branches:  trunk
changeset: 463628:0501debeae89
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Nov 21 10:35:14 2003 +0000

description:
Set USE_PKGINSTALL instead of including bsd.pkg.install.mk.

diffstat:

 www/opera7/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9819b82d42b7 -r 0501debeae89 www/opera7/Makefile
--- a/www/opera7/Makefile       Fri Nov 21 10:32:25 2003 +0000
+++ b/www/opera7/Makefile       Fri Nov 21 10:35:14 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/11/14 23:59:06 heinz Exp $
+# $NetBSD: Makefile,v 1.13 2003/11/21 10:35:14 jlam Exp $
 
 DISTNAME=      opera-${OPERA_PKG_VERSION}
 PKGREVISION=   # empty
@@ -101,6 +101,8 @@
 .endif
 
 .if (${OPSYS} == SunOS) && (${MACHINE_ARCH} == sparc)
+USE_PKGINSTALL=                YES
+
 do-install:
        @cd ${WRKSRC} && ${ECHO} "n" | ./install.sh --prefix=${PREFIX}
        @${ECHO} "=> You can ignore the previous lines about '... cannot be prefixed'"
@@ -108,8 +110,6 @@
 
 post-install:
        @${INSTALL_MAN} ${WRKSRC}/man/opera.1 ${PREFIX}/man/man1
-
-.include "../../mk/bsd.pkg.install.mk"
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index