summaryrefslogtreecommitdiff
path: root/x11/oooqs2/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-13 09:21:06 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-13 09:21:06 +0000
commitaa127bd79ade8c2b8b88952e8dc226fc18f052d2 (patch)
tree6280af34f723eff227ad0be4ea8b5c30d2ab637f /x11/oooqs2/Makefile
parentPatch so it can use latest version of OpenH323 libs and bump port revision (diff)
upgrade to 1.0.R.3
PR: 43990 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=67960
Diffstat (limited to 'x11/oooqs2/Makefile')
-rw-r--r--x11/oooqs2/Makefile22
1 files changed, 13 insertions, 9 deletions
diff --git a/x11/oooqs2/Makefile b/x11/oooqs2/Makefile
index 939d6dbef357..40609e72a082 100644
--- a/x11/oooqs2/Makefile
+++ b/x11/oooqs2/Makefile
@@ -1,18 +1,22 @@
# New ports collection Makefile for: oooqs
# Date created: 21 July 2002
-# Whom: Tilman Linneweh <freebsdports@arved.de
+# Whom: Tilman Linneweh <freebsdports@arved.de>
#
# $FreeBSD$
-PORTNAME= oooqs
-PORTVERSION= 0.9.5.1
-CATEGORIES= x11
-MASTER_SITES= http://download.berlios.de/segfaultskde/
+PORTNAME= oooqs
+PORTVERSION= 1.0.R.3
+CATEGORIES= x11
+MASTER_SITES= http://download.berlios.de/segfaultskde/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.R./_rc/}
-MAINTAINER= freebsdports@arved.de
+MAINTAINER= freebsdports@arved.de
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-USE_KDELIBS_VER= 3
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+USE_KDELIBS_VER= 3
+
+post-install:
+ @${LN} -s ${PREFIX}/share/doc/HTML/en/common ${PREFIX}/share/doc/HTML/en/oooqs/common
.include <bsd.port.mk>