summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-03-26 18:12:02 +0000
committerjlam <jlam@pkgsrc.org>2003-03-26 18:12:02 +0000
commit8d4a872e98e47dfa6a8d677ecc234a3bf6dad31d (patch)
tree9e9357a9b6b442c6e4cdb0d785afd2408c11b4df /www
parentd02739bbdc0ac3e2a9d0f29cdd9b466cb16e5e5c (diff)
downloadpkgsrc-8d4a872e98e47dfa6a8d677ecc234a3bf6dad31d.tar.gz
Include bsd.pkg.mk unconditionally at the end of the package Makefile since
the suse/Makefile.application file doesn't include it for us anymore.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-linux/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mozilla-linux/Makefile b/www/mozilla-linux/Makefile
index 5119d5e38c2..72c40232524 100644
--- a/www/mozilla-linux/Makefile
+++ b/www/mozilla-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/03/18 07:21:39 grant Exp $
+# $NetBSD: Makefile,v 1.7 2003/03/26 18:12:02 jlam Exp $
#
DISTNAME= mozilla-i686-pc-linux-gnu-1.3
@@ -47,7 +47,6 @@ ARCH=${MACHINE_ARCH:C/i[3-6]86/i386/g}
.if exists(Makefile.${OPSYS}.${ARCH})
. include "Makefile.${OPSYS}.${ARCH}"
-.else
-. include "../../mk/bsd.pkg.mk"
.endif
+.include "../../mk/bsd.pkg.mk"