summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2006-09-13 00:42:12 +0000
committertaca <taca>2006-09-13 00:42:12 +0000
commitb568187fb3c4cee7cdb8bb31cca3462546bf25a7 (patch)
treea6e3b81adf542c8b3b19e4bd459b6da908f59d2a /devel
parenta34dd9f16be8377b4cafd9075c513da845125bbe (diff)
downloadpkgsrc-b568187fb3c4cee7cdb8bb31cca3462546bf25a7.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}