diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-28 11:13:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-28 11:13:27 +0000 |
commit | 7d361ef8839e0100f253b5917fc72813f8224c3f (patch) | |
tree | e50ba45c052469b3e6fc1f707e5ce007e9b44419 /x11/oooqs/Makefile | |
parent | - Change to my @FreeBSD.org address (diff) |
Update to 2.0.
Quickstart improved, but still a lot of bugs.
Notes
Notes:
svn path=/head/; revision=92445
Diffstat (limited to 'x11/oooqs/Makefile')
-rw-r--r-- | x11/oooqs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/oooqs/Makefile b/x11/oooqs/Makefile index 52fa62966edc..d4e3a2c48c21 100644 --- a/x11/oooqs/Makefile +++ b/x11/oooqs/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= oooqs -PORTVERSION= 1.0.R.3 +PORTVERSION= 2.0 CATEGORIES= x11 MASTER_SITES= http://download.berlios.de/segfaultskde/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.R./_rc/} @@ -17,7 +17,4 @@ 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> |