diff options
author | taca <taca@pkgsrc.org> | 2005-02-19 05:27:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-02-19 05:27:35 +0000 |
commit | d336c5eca7e4d63ae795508dad88945709f7554f (patch) | |
tree | b617ddb8aa3776bdbb852dcc9bda799738c92096 /devel | |
parent | e368dca139caeade40a7af166304573978ccb808 (diff) | |
download | pkgsrc-d336c5eca7e4d63ae795508dad88945709f7554f.tar.gz |
Make this package independent to Ruby since it dosen't depend on
Ruby interpreter (but it generate source code for Ruby).
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-byaccr/Makefile | 10 | ||||
-rw-r--r-- | devel/ruby-byaccr/PLIST | 12 | ||||
-rw-r--r-- | devel/ruby-byaccr/distinfo | 6 |
3 files changed, 14 insertions, 14 deletions
diff --git a/devel/ruby-byaccr/Makefile b/devel/ruby-byaccr/Makefile index 33d336d9775..5b35fff5424 100644 --- a/devel/ruby-byaccr/Makefile +++ b/devel/ruby-byaccr/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/11/27 16:00:49 taca Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/19 05:27:35 taca Exp $ # FreeBSD: ports/devel/ruby-byaccr/Makefile,v 1.2 2000/11/03 15:49:06 knu Exp DISTNAME= byaccr-0.1 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +PKGNAME= ruby-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel ruby MASTER_SITES= ftp://ftp.idaemons.org/pub/distfiles/ruby/ @@ -12,10 +13,9 @@ COMMENT= Parser generator for ruby based on 'Berkeley Yacc/Yacc for Java' EXAMPLES= Makefile cal.y calfunc.rb main.rb post-install: - ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/byaccr + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/byaccr .for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/byaccr + ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${PREFIX}/share/examples/byaccr .endfor -.include "../../lang/ruby/modules.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-byaccr/PLIST b/devel/ruby-byaccr/PLIST index ad9bad02542..20ea9026de3 100644 --- a/devel/ruby-byaccr/PLIST +++ b/devel/ruby-byaccr/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:26:17 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/02/19 05:27:35 taca Exp $ bin/byaccr -${RUBY_EXAMPLESDIR}/byaccr/Makefile -${RUBY_EXAMPLESDIR}/byaccr/cal.y -${RUBY_EXAMPLESDIR}/byaccr/calfunc.rb -${RUBY_EXAMPLESDIR}/byaccr/main.rb -@dirrm ${RUBY_EXAMPLESDIR}/byaccr +share/examples/byaccr/Makefile +share/examples/byaccr/cal.y +share/examples/byaccr/calfunc.rb +share/examples/byaccr/main.rb +@dirrm share/examples/byaccr diff --git a/devel/ruby-byaccr/distinfo b/devel/ruby-byaccr/distinfo index 402ce4d727b..33c2d7861ff 100644 --- a/devel/ruby-byaccr/distinfo +++ b/devel/ruby-byaccr/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/07/01 14:39:15 taca Exp $ +$NetBSD: distinfo,v 1.2 2005/02/19 05:27:35 taca Exp $ -SHA1 (ruby/byaccr-0.1.tar.gz) = a4971742083d2570bb630908d0b15010af134e9f -Size (ruby/byaccr-0.1.tar.gz) = 34786 bytes +SHA1 (byaccr-0.1.tar.gz) = a4971742083d2570bb630908d0b15010af134e9f +Size (byaccr-0.1.tar.gz) = 34786 bytes SHA1 (patch-aa) = c096eafa8cf381c3c275e89c8127e2688f7bd37e SHA1 (patch-ab) = f21e616d460f84b294d33e005243ecd2bfa12440 SHA1 (patch-ac) = d76cbfd9367961604f4bb8fefe71625860fdfc00 |