pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/re2c - this uses a c and c++ compiler.
details: https://anonhg.NetBSD.org/pkgsrc/rev/85cf5f5a9d19
branches: trunk
changeset: 476511:85cf5f5a9d19
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jun 12 08:55:05 2004 +0000
description:
- this uses a c and c++ compiler.
- drop unneeded trailing /
diffstat:
devel/re2c/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 486124bb60e0 -r 85cf5f5a9d19 devel/re2c/Makefile
--- a/devel/re2c/Makefile Sat Jun 12 07:03:54 2004 +0000
+++ b/devel/re2c/Makefile Sat Jun 12 08:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/22 08:24:30 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/12 08:55:05 grant Exp $
DISTNAME= re2c-0.9.1
CATEGORIES= devel
@@ -9,10 +9,11 @@
COMMENT= Deterministic Finite State Automaton generator
USE_GNU_TOOLS+= make
+USE_LANGUAGES= c c++
ALL_TARGET= default
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/re2c ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/re2c.1 ${PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/re2c ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/re2c.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index