summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-02-07 01:10:32 +0000
committerdmcmahill <dmcmahill>2003-02-07 01:10:32 +0000
commite99e6433976723cb1beef0224cc1e766ef6890e7 (patch)
treee7459db04c0020d2dbf793fb1a0c0f1d0790e1fa /www
parent9d44f960b7eab968a1366d4a32307d95fc9219a3 (diff)
downloadpkgsrc-e99e6433976723cb1beef0224cc1e766ef6890e7.tar.gz
make sure bsd.pkg.mk is eventually included on all systems
Diffstat (limited to 'www')
-rw-r--r--www/opera/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
index b75f9b214d6..25109fc3ae1 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/01/14 07:12:24 tron Exp $
+# $NetBSD: Makefile,v 1.28 2003/02/07 01:10:32 dmcmahill Exp $
DISTNAME= opera-5.0.1
CATEGORIES= www
@@ -62,4 +62,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/opera ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"
+.else
+.include "../../mk/bsd.pkg.mk"
.endif