Fixup install, don't overwrite existing files.
PR: ports/183393 Submitted by: mat Approved by: demon (maintainer)
This commit is contained in:
parent
a39d2a1ce9
commit
8f278ee21c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331844
2 changed files with 7 additions and 3 deletions
|
@ -11,7 +11,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Converts Perl XS code into C code
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= configure
|
||||
# Overwrite this here
|
||||
perl_OLD_CMD= perl
|
||||
SHEBANG_FILES= lib/ExtUtils/xsubpp
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
bin/xsubpp
|
||||
man/man1/xsubpp.1.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::ParseXS.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::ParseXS::Constants.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::ParseXS::Eval.3.gz
|
||||
|
|
Loading…
Reference in a new issue