summaryrefslogtreecommitdiff
path: root/www/opera
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-15 18:27:48 +0000
committerjlam <jlam@pkgsrc.org>2005-07-15 18:27:48 +0000
commit35f017ce7ae6e18e6102f62c4167973050ee3fca (patch)
tree91f275af994eade5936cfd1677c803fdc48b0f89 /www/opera
parentc9f7c574b439e0e124485dacb55b96516866e9f4 (diff)
downloadpkgsrc-35f017ce7ae6e18e6102f62c4167973050ee3fca.tar.gz
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
Diffstat (limited to 'www/opera')
-rw-r--r--www/opera/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
index 0eae75ff413..c8404f32926 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/06/17 19:06:43 jdolecek Exp $
+# $NetBSD: Makefile,v 1.39 2005/07/15 18:27:54 jlam Exp $
DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/}
PKGREVISION= # empty
@@ -110,7 +110,7 @@ post-install: post-install-manpage
.include "../../emulators/suse_linux/Makefile.application"
.if defined(MANCOMPRESSED) && !empty(MANCOMPRESSED:M[yY][eE][sS])
-PKGSRC_USE_TOOLS+= gzip
+USE_TOOLS+= gzip
.endif
post-install-manpage:
@@ -137,7 +137,7 @@ post-install:
# regenerate distinfo for all ports supported by this package
opera-distinfo:
- ( echo '$$NetBSD: Makefile,v 1.38 2005/06/17 19:06:43 jdolecek Exp $$'; echo ''; \
+ ( echo '$$NetBSD: Makefile,v 1.39 2005/07/15 18:27:54 jlam Exp $$'; echo ''; \
_OPERA_OPSYS=NetBSD ${MAKE} distinfo 1>&2; \
${GREP} opera distinfo; \
_OPERA_OPSYS=FreeBSD ${MAKE} distinfo 1>&2; \