1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/shells/psh/files/patch-aa
Chris D. Faulhaber d158e99d33 Upgrade shells/perlsh to new version (perlsh 0.007).
1) Update pkg/PLIST.
2) Change to depend on perlsh's install mechanism.
3) New patch (patch-aa) fixes PREFIX problem.
4) Account for broken TCP/IP on MASTER_SITES.
5) General Makefile cleanups.
6) Addition of perlsh to perl5 virtual category.
7) Use PKGNAME to match port's name.
8) Remove unnecessary perl substitution.

PR:		17031
Submitted by:	Maintainer
2000-02-29 02:27:02 +00:00

11 lines
300 B
Plaintext

--- Makefile.PL Mon Dec 27 06:11:05 1999
+++ Makefile.PL.new Sun Feb 27 22:34:55 2000
@@ -17,6 +17,7 @@
WriteMakefile (
NAME => 'psh',
+ PREFIX => '${PPREFIX}',
VERSION_FROM => 'psh',
AUTHOR => 'Gregor N. Purdy (gregor@focusresearch.com)',
ABSTRACT => 'Perl Shell',