diff options
author | max <max@FreeBSD.org> | 1998-02-11 23:56:30 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-02-11 23:56:30 +0000 |
commit | d259aaaca38ea5c2bdd8b527fb5c2b7260d431cc (patch) | |
tree | 4b0b14e02f2298e0d479bc3613f97636a8f15286 /lang/ruby16 | |
parent | 232a735709b18affdacbc4e3ced733231ab256d4 (diff) | |
download | FreeBSD-ports-d259aaaca38ea5c2bdd8b527fb5c2b7260d431cc.zip FreeBSD-ports-d259aaaca38ea5c2bdd8b527fb5c2b7260d431cc.tar.gz |
Upgrade, 1.0-971125 -> 1.0-971225.
PR: 5684
Submitted by: maintainer
While at this, some cleanup:
1. Compress the man page by using MAN1, instead of patching up
Makefile.in.
2. HAS_CONFIGURE -> GNU_CONFIGUURE to better reflect the reality as
well as to respect the value of ${PREFIX}.
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 9 | ||||
-rw-r--r-- | lang/ruby16/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 76011f8..180b83e 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: ruby -# Version required: 1.0-971125 +# Version required: 1.0-971225 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> # -# $Id: Makefile,v 1.3 1997/09/22 13:59:37 tg Exp $ +# $Id: Makefile,v 1.4 1997/12/01 08:09:37 vanilla Exp $ # -DISTNAME= ruby-1.0-971125 +DISTNAME= ruby-1.0-971225 PKGNAME= ruby-1.0 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/ MAINTAINER= usagi@ruby.club.or.jp -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +MAN1= ruby.1 test: @(cd ${WRKSRC}; make test) diff --git a/lang/ruby16/distinfo b/lang/ruby16/distinfo index f1e296e..58c3978 100644 --- a/lang/ruby16/distinfo +++ b/lang/ruby16/distinfo @@ -1 +1 @@ -MD5 (ruby-1.0-971125.tar.gz) = 832404a835e8b9c6681bf85410ff5975 +MD5 (ruby-1.0-971225.tar.gz) = ae6508e0dc9c26ded7221e5200c34493 |