diff options
author | hira <hira> | 2007-09-25 08:31:52 +0000 |
---|---|---|
committer | hira <hira> | 2007-09-25 08:31:52 +0000 |
commit | b584e3142113817237e366cb5965af0a2827a3d7 (patch) | |
tree | 3619c83aff27948eae66c37f256db1b652d5ccf2 /x11/qt4-tools | |
parent | 681d54562552f1369657db79f9bcc84d5f83912d (diff) | |
download | pkgsrc-b584e3142113817237e366cb5965af0a2827a3d7.tar.gz |
ln -> ${LN}.
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 3ad22fb1db3..fbbb20d664b 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/09/03 20:27:20 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2007/09/25 08:31:55 hira Exp $ .include "../../x11/qt4-libs/Makefile.common" @@ -15,9 +15,9 @@ BUILD_QT4= yes UNLIMIT_RESOURCES= datasize post-configure: - ln -s ${QTPREFIX}/bin/moc ${WRKSRC}/bin/moc - ln -s ${QTPREFIX}/bin/uic ${WRKSRC}/bin/uic - ln -s ${QTPREFIX}/bin/rcc ${WRKSRC}/bin/rcc + ${LN} -s ${QTPREFIX}/bin/moc ${WRKSRC}/bin/moc + ${LN} -s ${QTPREFIX}/bin/uic ${WRKSRC}/bin/uic + ${LN} -s ${QTPREFIX}/bin/rcc ${WRKSRC}/bin/rcc do-install: .for prog in assistant lrelease lupdate qmake qt3to4 |