summaryrefslogtreecommitdiff
path: root/www/opera6
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-02-27 17:17:44 +0000
committerjlam <jlam@pkgsrc.org>2002-02-27 17:17:44 +0000
commitabb37633d38389d9314eece3fc279dca86750055 (patch)
tree67c9ae64be2fdc01f7a96138105d84de56829191 /www/opera6
parenta199bd121be9dab2818a1ea40f92d95a51855097 (diff)
downloadpkgsrc-abb37633d38389d9314eece3fc279dca86750055.tar.gz
Fix relative path in symlink to opera.1 manpage.
Diffstat (limited to 'www/opera6')
-rw-r--r--www/opera6/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/opera6/Makefile b/www/opera6/Makefile
index 63eaf7d3afd..ff8372d07d8 100644
--- a/www/opera6/Makefile
+++ b/www/opera6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/02/26 18:51:50 tron Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/27 17:17:44 jlam Exp $
DISTNAME= opera-${OPERA_PKG_VERSION}
CATEGORIES= www
@@ -51,9 +51,9 @@ post-install-manpage:
# The SuSE common makefile defines "MANCOMPRESSED".
.if defined(MANCOMPRESSED)
${GZIP_CMD} ${EMULDIR}/usr/share/man/man1/opera.1
- ${LN} -fs ../${EMULSUBDIR}/usr/share/man/man1/opera.1.gz \
+ ${LN} -fs ../../${EMULSUBDIR}/usr/share/man/man1/opera.1.gz \
${PREFIX}/man/man1
.else
- ${LN} -fs ../${EMULSUBDIR}/usr/share/man/man1/opera \
+ ${LN} -fs ../../${EMULSUBDIR}/usr/share/man/man1/opera \
${PREFIX}/man/man1
.endif