summaryrefslogtreecommitdiff
path: root/www/opera7
diff options
context:
space:
mode:
authorjlam <jlam>2003-11-21 10:35:14 +0000
committerjlam <jlam>2003-11-21 10:35:14 +0000
commit42b70951187b0b7e1450d4b452fb1343f641b47c (patch)
treeefe4d9b9557b619b6b607ca63b4c8600faa819aa /www/opera7
parente3d2971d9a86a7e6e855e086148428210a82fbb7 (diff)
downloadpkgsrc-42b70951187b0b7e1450d4b452fb1343f641b47c.tar.gz
Set USE_PKGINSTALL instead of including bsd.pkg.install.mk.
Diffstat (limited to 'www/opera7')
-rw-r--r--www/opera7/Makefile6
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"