summaryrefslogtreecommitdiff
path: root/devel/flex
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-01-13 22:53:27 +0000
committertron <tron@pkgsrc.org>2001-01-13 22:53:27 +0000
commit8c73f09befbaa4c22416c10642736dca64a563fa (patch)
tree12358fb6cb95cffe7449ea3d8b193461177d2074 /devel/flex
parentbcb25608bfda983eb925b16d602cc8b2a4c0a496 (diff)
downloadpkgsrc-8c73f09befbaa4c22416c10642736dca64a563fa.tar.gz
Update master site list.
Diffstat (limited to 'devel/flex')
-rw-r--r--devel/flex/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile
index 7b505d4f041..0768368464a 100644
--- a/devel/flex/Makefile
+++ b/devel/flex/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.3 1999/12/28 05:18:43 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.4 2001/01/13 22:53:27 tron Exp $
DISTNAME= flex-2.5.4a
CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_GNU:=flex/}
+MASTER_SITES= ${MASTER_SITE_GNU:=non-gnu/flex/}
MAINTAINER= packages@netbsd.org
ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system
-WRKSRC= ${WRKDIR}/flex-2.5.4
+GNU_CONFIGURE= YES
-GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/flex-2.5.4
.include "../../mk/bsd.pkg.mk"