diff options
author | jlam <jlam> | 2003-03-26 18:12:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-03-26 18:12:02 +0000 |
commit | 919f326101ec009f8991a62c891b27e68b6126a2 (patch) | |
tree | 9e9357a9b6b442c6e4cdb0d785afd2408c11b4df | |
parent | 6c070f3e66d8caefa6acdf19c110c53d2f3b0a72 (diff) | |
download | pkgsrc-919f326101ec009f8991a62c891b27e68b6126a2.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.
-rw-r--r-- | www/mozilla-linux/Makefile | 5 |
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" |