mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to 1.01.
This commit is contained in:
parent
0e44a33270
commit
ab76859e02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11436
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Term-ReadLine-Gnu-1.00.tar.gz) = 07e43123ddc06c7422cfa7c77922f937
|
||||
MD5 (Term-ReadLine-Gnu-1.01.tar.gz) = 2dc761e6f321b43489575bed1e1b4f32
|
||||
|
13
devel/p5-ReadLine-Gnu/files/patch-aa
Normal file
13
devel/p5-ReadLine-Gnu/files/patch-aa
Normal 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;
|
Loading…
Reference in New Issue
Block a user