mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Standard perl fixes
This commit is contained in:
parent
84bb5c0002
commit
7533883a8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12743
@ -3,7 +3,7 @@
|
||||
# Date created: September 30th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1997/05/24 13:17:15 jfitz Exp $
|
||||
# $Id: Makefile,v 1.7 1997/06/24 18:43:06 jfitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= CGI-modules-2.76
|
||||
@ -20,7 +20,7 @@ USE_PERL5= YES
|
||||
|
||||
MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \
|
||||
CGI::MiniSvr.3 CGI::Request.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
@ -1,10 +1,10 @@
|
||||
lib/perl5/site_perl/CGI/Base.pm
|
||||
lib/perl5/site_perl/CGI/Form.pm
|
||||
lib/perl5/site_perl/CGI/Carp.pm
|
||||
lib/perl5/site_perl/CGI/BasePlus.pm
|
||||
lib/perl5/site_perl/CGI/test.pl
|
||||
lib/perl5/site_perl/CGI/MiniSvr.pm
|
||||
lib/perl5/site_perl/CGI/Request.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/CGI/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/CGI
|
||||
@dirrm lib/perl5/site_perl/CGI
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Base.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Form.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Carp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/BasePlus.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/test.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/MiniSvr.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Request.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/CGI/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/CGI
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: September 30th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1997/05/24 13:17:15 jfitz Exp $
|
||||
# $Id: Makefile,v 1.7 1997/06/24 18:43:06 jfitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= CGI-modules-2.76
|
||||
@ -20,7 +20,7 @@ USE_PERL5= YES
|
||||
|
||||
MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \
|
||||
CGI::MiniSvr.3 CGI::Request.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
@ -1,10 +1,10 @@
|
||||
lib/perl5/site_perl/CGI/Base.pm
|
||||
lib/perl5/site_perl/CGI/Form.pm
|
||||
lib/perl5/site_perl/CGI/Carp.pm
|
||||
lib/perl5/site_perl/CGI/BasePlus.pm
|
||||
lib/perl5/site_perl/CGI/test.pl
|
||||
lib/perl5/site_perl/CGI/MiniSvr.pm
|
||||
lib/perl5/site_perl/CGI/Request.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/CGI/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/CGI
|
||||
@dirrm lib/perl5/site_perl/CGI
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Base.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Form.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Carp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/BasePlus.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/test.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/MiniSvr.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Request.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/CGI/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/CGI
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI
|
||||
|
Loading…
Reference in New Issue
Block a user