diff options
author | jmc <jmc@pkgsrc.org> | 2001-12-16 08:18:57 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2001-12-16 08:18:57 +0000 |
commit | 53edfe77dde18ef34f39a57af088a57e16253afe (patch) | |
tree | f9665a734588501649453e458fb706767b7318bd /x11 | |
parent | 4c4f70a2a584eaad25c729db05a4db2311585304 (diff) | |
download | pkgsrc-53edfe77dde18ef34f39a57af088a57e16253afe.tar.gz |
Typo. Put @ back on configure line
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile index a3249bc8285..6ce4573ef0e 100644 --- a/x11/ruby-gtk/Makefile +++ b/x11/ruby-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/12/16 08:18:18 jmc Exp $ +# $NetBSD: Makefile,v 1.13 2001/12/16 08:18:57 jmc Exp $ # FreeBSD: ports/x11-toolkits/ruby-gtk/Makefile,v 1.16 2000/10/15 15:45:59 knu Exp DISTNAME= ruby-gtk-0.25 @@ -23,7 +23,7 @@ DOCS_EN= README README.EXT doc/rbbr.rb DOCS_JA= README.ja README.EXT.ja do-configure: - (cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb) + @(cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb) post-install: ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/gtk |