[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hardcoding path to KDE




Is path to KDE hardcoded in ports on purpose? (There were individual
ports with a maintainer that did the same; I mailed the maintainer.)

If not, please consider applying the attached patch.

-- 
<---------------------------------------------------------------------->
          Heikki Korpela -- heko@iki.fi -- http://iki.fi/heko/
Index: games2/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/games2/Makefile,v
retrieving revision 1.11
diff -u -IExp -b -B -p -r1.11 Makefile
--- games2/Makefile	2001/05/10 19:44:54	1.11
+++ games2/Makefile	2001/08/01 18:43:44
@@ -77,7 +77,7 @@ CONFIGURE_ARGS+=	--disable-debug
 
 USE_GMAKE=		Yes
 CONFIGURE_ENV=		MOC=${LOCALBASE}/bin/moc2 \
-	RUN_KAPPFINDER=no KDEDIR=/usr/local
+	RUN_KAPPFINDER=no KDEDIR=${LOCALBASE}
 MAKE_ENV=		${CONFIGURE_ENV}
 
 pre-build:
Index: office2/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/office2/Makefile,v
retrieving revision 1.6
diff -u -IExp -b -B -p -r1.6 Makefile
--- office2/Makefile	2001/05/10 19:44:55	1.6
+++ office2/Makefile	2001/08/01 18:43:52
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+= 	${CONFIGURE_SHARED}
 
 USE_GMAKE=		Yes
 CONFIGURE_ENV=		MOC=${LOCALBASE}/bin/moc2 \
-	RUN_KAPPFINDER=no KDEDIR=/usr/local
+	RUN_KAPPFINDER=no KDEDIR=${LOCALBASE}
 MAKE_ENV=		${CONFIGURE_ENV}
 
 pre-build:
Index: toys2/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/toys2/Makefile,v
retrieving revision 1.5
diff -u -IExp -b -B -p -r1.5 Makefile
--- toys2/Makefile	2001/05/06 04:41:17	1.5
+++ toys2/Makefile	2001/08/01 18:44:01
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= 	${CONFIGURE_SHARED}
 
 USE_GMAKE=		Yes
 CONFIGURE_ENV=		MOC=${LOCALBASE}/bin/moc2 \
-	RUN_KAPPFINDER=no KDEDIR=/usr/local
+	RUN_KAPPFINDER=no KDEDIR=${LOCALBASE}
 MAKE_ENV=		${CONFIGURE_ENV}
 
 # Ensure qt2 will always be at the front