summaryrefslogtreecommitdiff
path: root/net/kdenetwork4/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1999-02-08 22:25:54 +0000
committerStefan Eßer <se@FreeBSD.org>1999-02-08 22:25:54 +0000
commitdd6fe9e879f46f2ea2a84681456af0e136305dc7 (patch)
treecd41a81bda8e2c4449634f358eef2b1518173f55 /net/kdenetwork4/Makefile
parentupgrade to 2.06 (diff)
Upgrade to KDE 1.1 RELEASE.
Notes
Notes: svn path=/head/; revision=16563
Diffstat (limited to 'net/kdenetwork4/Makefile')
-rw-r--r--net/kdenetwork4/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile
index 6e5c642ceb8e..bde630acb77e 100644
--- a/net/kdenetwork4/Makefile
+++ b/net/kdenetwork4/Makefile
@@ -3,13 +3,13 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.26 1999/02/03 11:11:55 asami Exp $
+# $Id: Makefile,v 1.27 1999/02/06 23:22:04 se Exp $
#
-DISTNAME= kdenetwork-1.1pre2
+DISTNAME= kdenetwork-1.1
CATEGORIES= net news 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,12 +29,12 @@ CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
+USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
pre-configure:
${LN} -sf $(PREFIX)/include/uu.h $(WRKSRC)/krn/uudeview.h
-post-install:
- ${LN} -sf kppp.html ${PREFIX}/share/doc/HTML/en/kppp/index.html
-
.include <bsd.port.mk>
+
+#CONFIGURE_ARGS+="--with-install-root=/data/kde"