pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-byaccr Oops, change post-install to do-inst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a6c8575585e
branches:  trunk
changeset: 518540:7a6c8575585e
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Sep 13 00:42:12 2006 +0000

description:
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:

 devel/ruby-byaccr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0991f306843e -r 7a6c8575585e devel/ruby-byaccr/Makefile
--- a/devel/ruby-byaccr/Makefile        Wed Sep 13 00:39:45 2006 +0000
+++ b/devel/ruby-byaccr/Makefile        Wed Sep 13 00:42:12 2006 +0000
@@ -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 @@
 
 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}



Home | Main Index | Thread Index | Old Index