summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-racc-runtime/DESCR4
-rw-r--r--devel/ruby-racc-runtime/Makefile19
-rw-r--r--devel/ruby-racc-runtime/PLIST5
3 files changed, 0 insertions, 28 deletions
diff --git a/devel/ruby-racc-runtime/DESCR b/devel/ruby-racc-runtime/DESCR
deleted file mode 100644
index 04188633ca4..00000000000
--- a/devel/ruby-racc-runtime/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-This package only installs runtime libraries for Racc, an LALR(1)
-parser generator for Ruby.
-
-Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
diff --git a/devel/ruby-racc-runtime/Makefile b/devel/ruby-racc-runtime/Makefile
deleted file mode 100644
index 2e0216b07a5..00000000000
--- a/devel/ruby-racc-runtime/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2003/08/30 08:23:16 taca Exp $
-# FreeBSD: ports/devel/ruby-racc-runtime/Makefile,v 1.2 2000/10/08 10:19:28 asami Exp
-DISTNAME= ${RACC_DISTFILE}
-PKGNAME?= ${RACC_NAME}-runtime-${RACC_VERSION}
-CATEGORIES= devel
-MASTER_SITES= ${RACC_SITES}
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= ${RACC_HOMEPAGE}
-COMMENT= Runtime libraries for Racc.
-
-CONFIGURE_ARGS+=--with=raccrt
-DISTINFO_FILE= ${.CURDIR}/../ruby-racc/distinfo
-
-pre-install:
- ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}/racc
- ${INSTALL_DATA_DIR} ${RUBY_SITEARCHLIBDIR}/racc
-
-.include "../ruby-racc/Makefile.common"
diff --git a/devel/ruby-racc-runtime/PLIST b/devel/ruby-racc-runtime/PLIST
deleted file mode 100644
index 58f82969495..00000000000
--- a/devel/ruby-racc-runtime/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:26:26 zuntum Exp $
-${RUBY_SITELIBDIR}/racc/parser.rb
-${RUBY_SITEARCHLIBDIR}/racc/cparse.so
-@dirrm ${RUBY_SITELIBDIR}/racc
-@dirrm ${RUBY_SITEARCHLIBDIR}/racc