diff options
author | tron <tron> | 2003-01-14 07:12:24 +0000 |
---|---|---|
committer | tron <tron> | 2003-01-14 07:12:24 +0000 |
commit | 33e0f47559fea89472233796c6d99356d507e073 (patch) | |
tree | 4979bb7ee36dfe885f2a506239f737a7178f8e37 /www | |
parent | da271189a594f2924db86e32154548a4bafa750b (diff) | |
download | pkgsrc-33e0f47559fea89472233796c6d99356d507e073.tar.gz |
Fix broken "README.html" target as suggested by Jan Schaumann.
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 5 |
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 |