summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>2003-01-14 07:12:24 +0000
committertron <tron>2003-01-14 07:12:24 +0000
commit33e0f47559fea89472233796c6d99356d507e073 (patch)
tree4979bb7ee36dfe885f2a506239f737a7178f8e37 /www
parentda271189a594f2924db86e32154548a4bafa750b (diff)
downloadpkgsrc-33e0f47559fea89472233796c6d99356d507e073.tar.gz
Fix broken "README.html" target as suggested by Jan Schaumann.
Diffstat (limited to 'www')
-rw-r--r--www/opera/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
index 99b51973f6a..b75f9b214d6 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/01/07 22:09:56 cjep Exp $
+# $NetBSD: Makefile,v 1.27 2003/01/14 07:12:24 tron Exp $
DISTNAME= opera-5.0.1
CATEGORIES= www
@@ -42,6 +42,7 @@ DEPENDS+= linuxppc_lib>=2000.4.2:../../emulators/linuxppc_lib
OPERA_ARCH= ppc
+.include "../../mk/bsd.pkg.mk"
.elif (${OPSYS} == SunOS && ${MACHINE_ARCH} == sparc)
OPERA_ARCH= sparc
OPERA_DIR= unix/solaris
@@ -60,5 +61,5 @@ do-install:
mv ${PREFIX}/bin/opera ${PREFIX}/libexec/opera
${INSTALL_SCRIPT} ${WRKDIR}/opera ${PREFIX}/bin
-.endif
.include "../../mk/bsd.pkg.mk"
+.endif