Fix maintainer and use LOCALBASE

This commit is contained in:
couderc 2002-02-28 19:30:14 +00:00
parent 2feceb9f88
commit d5c5be71b6
2 changed files with 7 additions and 5 deletions

View File

@ -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 <couderc.damien@wanadoo.fr>
MAINTAINER= Damien COUDERC <couderc@openbsd.org>
# 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

View File

@ -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 <couderc.damien@wanadoo.fr>
MAINTAINER= Damien COUDERC <couderc@openbsd.org>
# 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 <bsd.port.mk>