diff options
author | hira <hira> | 2007-09-25 10:03:52 +0000 |
---|---|---|
committer | hira <hira> | 2007-09-25 10:03:52 +0000 |
commit | b71c11c015057689732a9929fb8cec174f6ab3b9 (patch) | |
tree | c5f5066db531491fbb3eef2725efb362ebab9b0d /devel/flex | |
parent | 696bc5a9f09c1e54076c50852d5f8e845901ed5b (diff) | |
download | pkgsrc-b71c11c015057689732a9929fb8cec174f6ab3b9.tar.gz |
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'devel/flex')
-rw-r--r-- | devel/flex/Makefile | 4 |
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" |