diff options
Diffstat (limited to 'x11/kdebase4-runtime/Makefile')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 3fbd30c494dc..5219b5b00274 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -6,9 +6,10 @@ # PORTNAME= kdebase -PORTVERSION= 20000829A +PORTVERSION= 1.94 CATEGORIES= x11 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 @@ -40,7 +41,4 @@ pre-configure: ${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in ${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in -pre-install: - @(find ${WRKSRC} -name CVS | xargs rm -rf) - .include <bsd.port.mk> |