1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Upgrade to 1.01.

This commit is contained in:
Matthew Hunt 1998-06-15 04:48:40 +00:00
parent 0e44a33270
commit ab76859e02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11436
3 changed files with 18 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: p5-ReadLine-Gnu
# Version required: 1.00
# Version required: 1.01
# Date created: 19 February 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.2 1998/04/17 23:26:21 mph Exp $
# $Id: Makefile,v 1.3 1998/04/22 21:35:20 mph Exp $
#
DISTNAME= Term-ReadLine-Gnu-1.00
PKGNAME= p5-ReadLine-Gnu-1.00
DISTNAME= Term-ReadLine-Gnu-1.01
PKGNAME= p5-ReadLine-Gnu-1.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term

View File

@ -1 +1 @@
MD5 (Term-ReadLine-Gnu-1.00.tar.gz) = 07e43123ddc06c7422cfa7c77922f937
MD5 (Term-ReadLine-Gnu-1.01.tar.gz) = 2dc761e6f321b43489575bed1e1b4f32

View File

@ -0,0 +1,13 @@
--- Makefile.PL.orig Mon Jun 15 00:44:42 1998
+++ Makefile.PL Mon Jun 15 00:45:04 1998
@@ -14,8 +14,8 @@
########################################################################
# Modify these variables if you need.
-$libreadlinedir = '/usr/local/gnu/lib'; # for -L option
-$increadlinedir = '/usr/local/gnu/inc'; # for -I option
+$libreadlinedir = '/usr/lib'; # for -L option
+$increadlinedir = '/usr/include'; # for -I option
########################################################################
use ExtUtils::MakeMaker;