diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-29 02:27:02 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-29 02:27:02 +0000 |
commit | d158e99d339876e2ee8cd317b5dbb3be376999e3 (patch) | |
tree | 9d243c2fa926181e6e9280f7fb21edfd88eed55b /shells/psh/files/patch-aa | |
parent | Update port to 0.3.1 (diff) |
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
Notes
Notes:
svn path=/head/; revision=26421
Diffstat (limited to 'shells/psh/files/patch-aa')
-rw-r--r-- | shells/psh/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shells/psh/files/patch-aa b/shells/psh/files/patch-aa new file mode 100644 index 000000000000..365334e4e1eb --- /dev/null +++ b/shells/psh/files/patch-aa @@ -0,0 +1,10 @@ +--- 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', |