summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-12 09:05:27 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-12 09:05:27 +0000
commit24aa112327c7bb74daef589ea27e4f924c8f376b (patch)
tree4d86c04b00a04b486453bc57554e63897f878b1f /net
parentActivate kwatch. (diff)
HAS_CONFIGURE + --prefix=${PREFIX} = GNU_CONFIGURE
Notes
Notes: svn path=/head/; revision=11407
Diffstat (limited to 'net')
-rw-r--r--net/ksamba/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ksamba/Makefile b/net/ksamba/Makefile
index 0342326a458e..c55b846af1b2 100644
--- a/net/ksamba/Makefile
+++ b/net/ksamba/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/06/12 08:36:21 tg Exp $
#
DISTNAME= ksamba-0.3.3
@@ -20,9 +20,8 @@ LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
kfile\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"