1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Upgrade to 1.09.

This commit is contained in:
Matthew Hunt 2000-04-05 18:52:15 +00:00
parent cc3fab3f82
commit 2577896968
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27349
3 changed files with 4 additions and 17 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: p5-ReadLine-Gnu
# Version required: 1.01
# Version required: 1.09
# Date created: 19 February 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#
DISTNAME= Term-ReadLine-Gnu-1.01
PKGNAME= p5-ReadLine-Gnu-1.01
DISTNAME= Term-ReadLine-Gnu-1.09
PKGNAME= p5-ReadLine-Gnu-1.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term

View File

@ -1 +1 @@
MD5 (Term-ReadLine-Gnu-1.01.tar.gz) = 2dc761e6f321b43489575bed1e1b4f32
MD5 (Term-ReadLine-Gnu-1.09.tar.gz) = dcea2335f0a56d2aaddc2eaa3c378208

View File

@ -1,13 +0,0 @@
--- 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;