summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-09-13 00:42:12 +0000
committertaca <taca@pkgsrc.org>2006-09-13 00:42:12 +0000
commit93f5011468b7e02dffc35198450ff4a1cfbc2f39 (patch)
treea6e3b81adf542c8b3b19e4bd459b6da908f59d2a /devel
parent10bdfe5549b53c5038500ab47731a8c372fee710 (diff)
downloadpkgsrc-93f5011468b7e02dffc35198450ff4a1cfbc2f39.tar.gz
Oops, change post-install to do-install since Makefile in WRKSRC
dosen't have install target anymore. No bump PKGREVISION since this package couldn't build.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-byaccr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-byaccr/Makefile b/devel/ruby-byaccr/Makefile
index 01306a46aaa..2b84eaf813b 100644
--- a/devel/ruby-byaccr/Makefile
+++ b/devel/ruby-byaccr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/09/07 16:01:30 taca Exp $
+# $NetBSD: Makefile,v 1.10 2006/09/13 00:42:12 taca Exp $
DISTNAME= byaccr-0.1
PKGNAME= ruby-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Parser generator for ruby based on 'Berkeley Yacc/Yacc for Java'
EXAMPLES= Makefile cal.y calfunc.rb main.rb
-post-install:
+do-install:
${INSTALL_PROGRAM} ${WRKSRC}/byaccr ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/byaccr
.for f in ${EXAMPLES}