diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-26 04:05:37 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-26 04:05:37 +0000 |
commit | d928b8f223d75ad5ec56496e1cd38fce23946ac2 (patch) | |
tree | 6f043964c16f075744798d96906ffc87f3f46c76 /www/opera/Makefile | |
parent | 96f8b433320466230a5bb4610b884a85ca2d9910 (diff) | |
download | pkgsrc-d928b8f223d75ad5ec56496e1cd38fce23946ac2.tar.gz |
De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 25109fc3ae1..00492b0b1be 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/02/07 01:10:32 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.29 2003/03/26 04:05:39 jschauma Exp $ DISTNAME= opera-5.0.1 CATEGORIES= www @@ -42,7 +42,6 @@ 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 @@ -61,7 +60,6 @@ do-install: mv ${PREFIX}/bin/opera ${PREFIX}/libexec/opera ${INSTALL_SCRIPT} ${WRKDIR}/opera ${PREFIX}/bin -.include "../../mk/bsd.pkg.mk" -.else -.include "../../mk/bsd.pkg.mk" .endif + +.include "../../mk/bsd.pkg.mk" |