summaryrefslogtreecommitdiff
path: root/x11/kdebase3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r--x11/kdebase3/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 4be3cc6b6b0..76224308ffe 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/05/22 02:42:45 markd Exp $
+# $NetBSD: Makefile,v 1.26 2003/07/08 14:05:06 markd Exp $
DISTNAME= kdebase-3.1.2
CATEGORIES= x11
@@ -97,6 +97,15 @@ SPECIAL_PERMS+= ${PREFIX}/bin/konsole_grantpty ${_KDE_SETUID_ROOT}
SPECIAL_PERMS+= ${PREFIX}/bin/kcheckpass ${_KDE_SETUID_ROOT}
SPECIAL_PERMS+= ${PREFIX}/bin/ksysguardd ${_KDE_SETUID_ROOT}
+pre-configure:
+ cd ${WRKSRC}; \
+ files="kioslave/info/kde-info2html.conf khelpcenter/infoconsts.h"; \
+ for file in $${files}; do \
+ ${SED} -e 's|@LOCALBASE@|${LOCALBASE}|' $${file} > \
+ $${file}.new; \
+ ${MV} -f $${file}.new $${file}; \
+ done
+
post-build:
cd ${WRKSRC}; \
files="kioslave/info/kde-info2html.conf"; \