diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-07 22:09:56 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-07 22:09:56 +0000 |
commit | 47a7d5f5e84fb1cb93317ec67a65e6a7dd2c2043 (patch) | |
tree | 42ca2525a3f5678476c906c74b958d84337da417 /www/opera | |
parent | 23c71bd134ca3ec21cb5864685b82c4e9287fd70 (diff) | |
download | pkgsrc-47a7d5f5e84fb1cb93317ec67a65e6a7dd2c2043.tar.gz |
Move the bsd.pkg.mk include outside of the conditional
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index bcae2b0a308..99b51973f6a 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/10/24 10:23:07 bouyer Exp $ +# $NetBSD: Makefile,v 1.26 2003/01/07 22:09:56 cjep Exp $ DISTNAME= opera-5.0.1 CATEGORIES= www @@ -60,6 +60,5 @@ do-install: mv ${PREFIX}/bin/opera ${PREFIX}/libexec/opera ${INSTALL_SCRIPT} ${WRKDIR}/opera ${PREFIX}/bin -.include "../../mk/bsd.pkg.mk" .endif - +.include "../../mk/bsd.pkg.mk" |