diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
commit | 8951aa30125c5b46ee9b5de19efdc698def84ecf (patch) | |
tree | c5f5066db531491fbb3eef2725efb362ebab9b0d /x11/kdebase3 | |
parent | 8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd (diff) | |
download | pkgsrc-8951aa30125c5b46ee9b5de19efdc698def84ecf.tar.gz |
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'x11/kdebase3')
-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 |