ln -> ${LN}, to please pkglint.
This commit is contained in:
parent
2136bfffb0
commit
2ae8fa75e2
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue