diff options
author | jschauma <jschauma> | 2003-03-26 04:05:37 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-26 04:05:37 +0000 |
commit | 59faf0b687fa5a358b144049ddbe011afe305713 (patch) | |
tree | 6f043964c16f075744798d96906ffc87f3f46c76 /www/opera | |
parent | 9c46aecdcd8db77044ca276d3b9384b959503b64 (diff) | |
download | pkgsrc-59faf0b687fa5a358b144049ddbe011afe305713.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')
-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" |