mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d158e99d33
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
11 lines
300 B
Plaintext
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',
|