diff options
Diffstat (limited to 'x11/kde4-runtime/Makefile')
-rw-r--r-- | x11/kde4-runtime/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index e3bec751f201..6a6f11e88cfa 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -3,13 +3,13 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.27 1999/02/03 11:12:00 asami Exp $ +# $Id: Makefile,v 1.28 1999/02/06 23:22:06 se Exp $ # -DISTNAME= kdebase-1.1pre2 +DISTNAME= kdebase-1.1 CATEGORIES= misc kde MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1pre2/distribution/tar/generic/source +MASTER_SITE_SUBDIR= stable/1.1/distribution/tar/generic/source MAINTAINER= se@freebsd.org @@ -29,3 +29,5 @@ MAKE_ENV= RM=${RM} CFLAGS+= "-I$(PREFIX)/include" .include <bsd.port.mk> + +#CONFIGURE_ARGS+="--with-install-root=/data/kde" |