mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Fix PREFIX under perl-5.005
bump PORTREVISION PR: 51507 Submitted by: leeym Approved by: Lars Thegler <lars@thegler.dk>
This commit is contained in:
parent
8d4648e255
commit
a459d01547
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79880
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= CGI-SpeedyCGI
|
||||
PORTVERSION= 2.21
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= CGI
|
||||
@ -18,6 +18,9 @@ COMMENT= Speed up perl CGI scripts by running them persistently
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
post-configure:
|
||||
@${PERL} -pi.bak -e 's,^PREFIX = /usr$$,PREFIX = ${PREFIX},g' ${WRKSRC}/*/Makefile
|
||||
|
||||
post-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/speedy/speedy ${PREFIX}/bin/speedy_suid
|
||||
@${CHMOD} 4755 ${PREFIX}/bin/speedy_suid
|
||||
|
Loading…
Reference in New Issue
Block a user