diff options
author | asami <asami@FreeBSD.org> | 1999-01-21 08:15:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-21 08:15:38 +0000 |
commit | 09f3bf4499012591de384f0dbc7fd463e70c1feb (patch) | |
tree | 73f14e012db3b714abe2bc4b370526e33b07b775 /x11/kde4-runtime | |
parent | e8324b55e8fe605403e52a9b5cb506981942f2e5 (diff) | |
download | FreeBSD-ports-09f3bf4499012591de384f0dbc7fd463e70c1feb.zip FreeBSD-ports-09f3bf4499012591de384f0dbc7fd463e70c1feb.tar.gz |
${RM} is not defined outside bsd.port.mk, so pass it down in MAKE_ENV.
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 898a19d..90cab61 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/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> |