summaryrefslogtreecommitdiff
path: root/x11/kdebase11/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-21 08:15:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-21 08:15:38 +0000
commita3919aebb26df55c4ae02c071fa0502be652a7a9 (patch)
treebe0e4c2cd501aabe40b1a9c9216a6651335177d5 /x11/kdebase11/Makefile
parentAdd ${WRKDIRPREFIX}. (diff)
${RM} is not defined outside bsd.port.mk, so pass it down in MAKE_ENV.
Notes
Notes: svn path=/head/; revision=16232
Diffstat (limited to 'x11/kdebase11/Makefile')
-rw-r--r--x11/kdebase11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase11/Makefile b/x11/kdebase11/Makefile
index 898a19d3d0dd..90cab6162e4f 100644
--- a/x11/kdebase11/Makefile
+++ b/x11/kdebase11/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.24 1999/01/07 00:51:59 se Exp $
+# $Id: Makefile,v 1.25 1999/01/08 09:54:21 asami Exp $
#
DISTNAME= kdebase
@@ -29,8 +29,8 @@ USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
-
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
+MAKE_ENV= RM=${RM}
.include <bsd.port.mk>