aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/kdetoys3/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 /x11-clocks/kdetoys3/Makefile
parent2cabb01983a2f9db028d6596ec1a49652a404b52 (diff)
downloadports-c70c66363e33fd79f9d012c877d636b03c8d8882.tar.gz
ports-c70c66363e33fd79f9d012c877d636b03c8d8882.zip
Notes
Diffstat (limited to 'x11-clocks/kdetoys3/Makefile')
-rw-r--r--x11-clocks/kdetoys3/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile
index 524c36102643..dc05a67cebad 100644
--- a/x11-clocks/kdetoys3/Makefile
+++ b/x11-clocks/kdetoys3/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= kdetoys
-PORTVERSION= 20000829A
+PORTVERSION= 1.94
CATEGORIES= x11-clocks 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
@@ -28,7 +29,4 @@ CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" DO_NOT_COMPILE=mouse LIBQTFILE="libqt
LIBS="-Wl,-export-dynamic -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>