aboutsummaryrefslogtreecommitdiff
path: root/editors/koffice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/koffice/Makefile')
-rw-r--r--editors/koffice/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile
index c789d52ee3b2..ded176292282 100644
--- a/editors/koffice/Makefile
+++ b/editors/koffice/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= koffice
-PORTVERSION= 20000829A
+PORTVERSION= 1.94
CATEGORIES= editors kde
-MASTER_SITES= http://www.physics.purdue.edu/~will/
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= unstable/distribution/2.0Beta5/tar/src
MAINTAINER= will@FreeBSD.org
@@ -30,7 +31,4 @@ CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
USE_GMAKE= yes
-pre-install:
- @(find ${WRKSRC} -name CVS | xargs rm -rf)
-
.include <bsd.port.mk>