aboutsummaryrefslogtreecommitdiff
path: root/editors/koffice-kde3/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-09-15 21:40:47 +0000
committerWill Andrews <will@FreeBSD.org>2000-09-15 21:40:47 +0000
commitc70c66363e33fd79f9d012c877d636b03c8d8882 (patch)
treedf73cbe61e36c037943784e9fbd33fc7ea27ad58 /editors/koffice-kde3/Makefile
parent2cabb01983a2f9db028d6596ec1a49652a404b52 (diff)
Notes
Diffstat (limited to 'editors/koffice-kde3/Makefile')
-rw-r--r--editors/koffice-kde3/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile
index c789d52ee3b2..ded176292282 100644
--- a/editors/koffice-kde3/Makefile
+++ b/editors/koffice-kde3/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>