summaryrefslogtreecommitdiff
path: root/devel/flex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/flex/Makefile')
-rw-r--r--devel/flex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile
index 1640e11b176..db8a01ebcf4 100644
--- a/devel/flex/Makefile
+++ b/devel/flex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2007/09/25 08:31:53 hira Exp $
+# $NetBSD: Makefile,v 1.26 2007/09/25 10:03:52 hira Exp $
DISTNAME= flex-2.5.33
PKGREVISION= 2
@@ -28,7 +28,7 @@ USE_TOOLS+= gmake # bmake has problems with the test suite
.endif
post-install:
- cd ${DESTDIR:Q}${PREFIX:Q}/bin && ${LN} -s flex flex++
+ cd ${DESTDIR:Q}${PREFIX:Q}/bin && ln -s flex flex++
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"