diff options
author | taca <taca@pkgsrc.org> | 2001-12-30 17:15:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-12-30 17:15:33 +0000 |
commit | 3331f00df7fac00de93a1e21c6011f5c02dacec2 (patch) | |
tree | ac66cc3ad6311dbb42bac4d138e07e34f86caf3a /devel/ruby-racc-runtime | |
parent | ef0f9fda4306a6ba4ba6c74b3bc40b9d4149a4ba (diff) | |
download | pkgsrc-3331f00df7fac00de93a1e21c6011f5c02dacec2.tar.gz |
update ruby-racc-racc pakage to 1.4.1.
Instead of including ruby-racc's Makefile, newer common definition from
ruby-racc's Makefile.common.
It seems that official changes aren't available.
Diffstat (limited to 'devel/ruby-racc-runtime')
-rw-r--r-- | devel/ruby-racc-runtime/Makefile | 20 | ||||
-rw-r--r-- | devel/ruby-racc-runtime/distinfo | 4 |
2 files changed, 17 insertions, 7 deletions
diff --git a/devel/ruby-racc-runtime/Makefile b/devel/ruby-racc-runtime/Makefile index a83a1f37529..d4bab9208c4 100644 --- a/devel/ruby-racc-runtime/Makefile +++ b/devel/ruby-racc-runtime/Makefile @@ -1,12 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/30 23:27:53 taca Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/30 17:15:33 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} -PKGNAME= ${RUBY_PKGNAMEPREFIX}racc-runtime-${RACC_VERSION} - +MAINTAINER= taca@netbsd.org +HOMEPAGE= ${RACC_HOMEPAGE} COMMENT= Runtime libraries for Racc. -MASTERDIR= ${.CURDIR}/../ruby-racc -RUNTIME= yes -DISTINFO_FILE= ${MASTERDIR}/distinfo +CONFIGURE_ARGS+=--with=raccrt + +pre-install: + ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}/racc + ${INSTALL_DATA_DIR} ${RUBY_SITEARCHLIBDIR}/racc -.include "${MASTERDIR}/Makefile" +.include "../ruby-racc/Makefile.common" diff --git a/devel/ruby-racc-runtime/distinfo b/devel/ruby-racc-runtime/distinfo new file mode 100644 index 00000000000..35d795a723d --- /dev/null +++ b/devel/ruby-racc-runtime/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2001/12/30 17:15:33 taca Exp $ + +SHA1 (ruby/racc-1.4.1-all.tar.gz) = f09e2285e9a8a2c2a9d12b92169048f03fad6ed5 +Size (ruby/racc-1.4.1-all.tar.gz) = 120111 bytes |