aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-08-29 16:18:01 +0800
committeritetcu <itetcu@FreeBSD.org>2009-08-29 16:18:01 +0800
commit5ae2278513d211fff8ae40b42cc94eda5b8ef85e (patch)
tree2a1651c24b1ebeae9231ea2e12a85141e1939757 /www
parent5181d2ad7fb7f0dac9cf9f3564b9dec87dd2a38b (diff)
downloadfreebsd-ports-gnome-5ae2278513d211fff8ae40b42cc94eda5b8ef85e.tar.gz
freebsd-ports-gnome-5ae2278513d211fff8ae40b42cc94eda5b8ef85e.tar.zst
freebsd-ports-gnome-5ae2278513d211fff8ae40b42cc94eda5b8ef85e.zip
- install the man page by hand, since the install script doesn't do it [1]
- depend on compat7x on 8 (after the sh libs bump) / HEAD [2] Requested by: stass@ [1], "Herbert J. Skuhra" <h.skuhra@gmail.com> [2] Approved by: maintainer implicit
Diffstat (limited to 'www')
-rw-r--r--www/opera-devel/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile
index 20a0235b7f3b..2d1c7f865b4b 100644
--- a/www/opera-devel/Makefile
+++ b/www/opera-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= opera
PORTVERSION= ${OPERA_VER}.${OPERA_MINVER}.${OPERA_REL}
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
#MASTER_SITES= http://snapshot.opera.com/${MASTER_SITES_VER_PATH}/ \
@@ -52,6 +53,8 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
USE_BZIP2= yes
USE_QT_VER= 3
+MAN1= ${PORTNAME}.1
+
NO_BUILD= yes
OPTIONS= ASPELL "Use the aspell library for spell checking" on
@@ -70,6 +73,10 @@ OPERA_TYPE= 6
OPERA_LIB= shared
.endif
+.if ${OSVERSION} >= 800105
+RUN_DEPENDS+= compat7x-${ARCH}>=0:${PORTSDIR}/misc/compat7x
+.endif
+
.if !defined(WITHOUT_ASPELL)
LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
.endif
@@ -84,6 +91,7 @@ do-install:
@${INSTALL_SCRIPT} ${PATCHDIR}/operapluginwrapper ${DATADIR}/bin
post-install:
+ ${INSTALL_MAN} ${WRKSRC}/usr/share/man/man1/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
@${CAT} ${PKGMESSAGE}
# maintainer