diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-09 22:27:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-09 22:27:37 +0000 |
commit | e86f2c10b54034e95cc17bf8fe8bcbbef3bb576c (patch) | |
tree | 8407bc417bc5ff05683619cf008132e086e60727 /x11 | |
parent | b19d2aef570651743e846ee1a3bdb94c6b7dd980 (diff) | |
download | pkgsrc-e86f2c10b54034e95cc17bf8fe8bcbbef3bb576c.tar.gz |
ln -> ${LN}, to please pkglint.
Diffstat (limited to 'x11')
-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 3db274b1dd6..d2ee3a1c1a7 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2005/11/08 18:25:44 joerg Exp $ +# $NetBSD: Makefile,v 1.95 2005/11/09 22:27:37 wiz Exp $ DISTNAME= kdebase-${_KDE_VERSION} CATEGORIES= x11 @@ -119,7 +119,7 @@ SUBST_SED.varlock= s:/var/lock:/var/spool/lock: .endif pre-configure: - ln -s FreeBSD ${WRKSRC}/ksysguard/ksysguardd/DragonFly + ${LN} -s FreeBSD ${WRKSRC}/ksysguard/ksysguardd/DragonFly cd ${WRKSRC}; \ files="kcontrol/kdm/main.cpp kioslave/info/kde-info2html.conf"; \ for file in $${files}; do \ |