diff options
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 0d81ec3e9b9..23fc26a17e3 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2007/09/25 08:31:55 hira Exp $ +# $NetBSD: Makefile,v 1.135 2007/09/25 10:03:54 hira Exp $ DISTNAME= kdebase-${_KDE_VERSION} PKGREVISION= 4 @@ -137,7 +137,7 @@ SUBST_SED.paths+= -e 's,@LOCALBASE@,${LOCALBASE},g' SUBST_STAGE.paths= post-patch pre-configure: - cd ${WRKSRC}/ksysguard/ksysguardd && rm -f DragonFly && ${LN} -s FreeBSD DragonFly + cd ${WRKSRC}/ksysguard/ksysguardd && rm -f DragonFly && ln -s FreeBSD DragonFly post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/kde/templates/.source/emptydir |