diff options
author | jlam <jlam@pkgsrc.org> | 2003-11-21 10:35:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-11-21 10:35:14 +0000 |
commit | f290fce77678318e27a98991f909144b1229488b (patch) | |
tree | efe4d9b9557b619b6b607ca63b4c8600faa819aa /www/opera7 | |
parent | 9eaf96b23a48773746b3fecdef836d54bda6fe14 (diff) | |
download | pkgsrc-f290fce77678318e27a98991f909144b1229488b.tar.gz |
Set USE_PKGINSTALL instead of including bsd.pkg.install.mk.
Diffstat (limited to 'www/opera7')
-rw-r--r-- | www/opera7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/opera7/Makefile b/www/opera7/Makefile index c03d478d635..7526814e1f1 100644 --- a/www/opera7/Makefile +++ b/www/opera7/Makefile @@ -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 @@ post-install-manpage: .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 @@ do-install: post-install: @${INSTALL_MAN} ${WRKSRC}/man/opera.1 ${PREFIX}/man/man1 - -.include "../../mk/bsd.pkg.install.mk" .endif .include "../../mk/bsd.pkg.mk" |