diff --git a/net/ruby-pcap/Makefile b/net/ruby-pcap/Makefile index 726687f0e54..4144a974b72 100644 --- a/net/ruby-pcap/Makefile +++ b/net/ruby-pcap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2002/02/28 17:37:14 couderc Exp $ +# $OpenBSD: Makefile,v 1.3 2002/02/28 19:30:14 couderc Exp $ COMMENT= "Ruby extension library for GTK Toolkit" @@ -9,7 +9,7 @@ NEED_VERSION= 1.504 HOMEPAGE= http://www.goto.info.waseda.ac.jp/~fukusima/ruby/pcap-e.html -MAINTAINER= Damien COUDERC +MAINTAINER= Damien COUDERC # GPL license PERMIT_PACKAGE_CDROM= Yes @@ -27,7 +27,7 @@ LIB_DEPENDS= ruby.1.66::lang/ruby NO_REGRESS= Yes CONFIGURE_STYLE= simple -CONFIGURE_SCRIPT= ${PREFIX}/bin/ruby extconf.rb +CONFIGURE_SCRIPT= ${LOCALBASE}/bin/ruby extconf.rb WRKDIST= ${WRKDIR}/pcap diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile index 239aa9af309..22b40a9022b 100644 --- a/x11/ruby-gtk/Makefile +++ b/x11/ruby-gtk/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2002/02/28 19:30:14 couderc Exp $ + COMMENT= "Ruby extension library for GTK Toolkit" VERSION= 0.26 @@ -7,7 +9,7 @@ NEED_VERSION= 1.504 HOMEPAGE= http://ruby-gnome.sourceforge.net -MAINTAINER= Damien COUDERC +MAINTAINER= Damien COUDERC # GPL license PERMIT_PACKAGE_CDROM= Yes @@ -27,6 +29,6 @@ LIB_DEPENDS= gtk.12::x11/gtk+ \ NO_REGRESS= Yes CONFIGURE_STYLE= simple -CONFIGURE_SCRIPT= ${PREFIX}/bin/ruby extconf.rb +CONFIGURE_SCRIPT= ${LOCALBASE}/bin/ruby extconf.rb .include