summaryrefslogtreecommitdiff
path: root/www/opera
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /www/opera
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'www/opera')
-rw-r--r--www/opera/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
index f7e2e6dd69c..8ce79b5ff39 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2005/11/22 22:14:51 jdolecek Exp $
+# $NetBSD: Makefile,v 1.48 2005/12/05 20:51:13 rillig Exp $
DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/}
CATEGORIES= www
@@ -21,7 +21,6 @@ LICENSE= opera-850-license
#PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= YES
-NO_TOOLS= YES
USE_LANGUAGES= # empty
.include "../../mk/bsd.prefs.mk"
@@ -78,7 +77,7 @@ CONF_FILES+= ${PREFIX}/share/opera/config/opera6rc.fixed \
/etc/opera6rc.fixed
. endif
-PLIST_SUBST+= OPERA_VER_DATE=${OPERA_VER_DATE}
+PLIST_SUBST+= OPERA_VER_DATE=${OPERA_VER_DATE:Q}
PLIST_SUBST+= OPERA_PKG_VERSION=${OPERA_PKG_VERSION:C/u.*//}
.endif
@@ -111,7 +110,7 @@ USE_TOOLS+= gzip
.endif
post-install-manpage:
- # The SuSE common makefile defines "MANCOMPRESSED=yes".
+# The SuSE common makefile defines "MANCOMPRESSED=yes".
. if defined(MANCOMPRESSED) && !empty(MANCOMPRESSED:M[yY][eE][sS])
${GZIP_CMD} ${EMULDIR}/usr/share/man/man1/opera.1
${LN} -fs ../../${EMULSUBDIR}/usr/share/man/man1/opera.1.gz \