mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- devel/subversion-perl (WITH_PERL) installs perllocal.pod, get rid of it.
- for ports incorrectly installs perllocal.pod, please % perldoc ExtUtils::MakeMaker and search for "pure_install" PR: 79293 Submitted by: Ying-Chieh Chen <yinjieh AT csie dot nctu dot edu dot tw> Approved by: portmgr (marcus), maintainer (lev)
This commit is contained in:
parent
a18de57a8f
commit
f88311aa9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132118
4 changed files with 4 additions and 0 deletions
|
@ -337,6 +337,7 @@ post-install:
|
|||
.endif
|
||||
.if defined(WITH_PERL)
|
||||
cd ${WRKSRC} ; \
|
||||
${REINPLACE_CMD} '/SWIG_PL_DIR/s, install$$, all pure_install,g' ${WRKSRC}/Makefile ; \
|
||||
${MAKE} install-swig-pl
|
||||
.endif
|
||||
.if defined(WITH_PYTHON)
|
||||
|
|
|
@ -337,6 +337,7 @@ post-install:
|
|||
.endif
|
||||
.if defined(WITH_PERL)
|
||||
cd ${WRKSRC} ; \
|
||||
${REINPLACE_CMD} '/SWIG_PL_DIR/s, install$$, all pure_install,g' ${WRKSRC}/Makefile ; \
|
||||
${MAKE} install-swig-pl
|
||||
.endif
|
||||
.if defined(WITH_PYTHON)
|
||||
|
|
|
@ -337,6 +337,7 @@ post-install:
|
|||
.endif
|
||||
.if defined(WITH_PERL)
|
||||
cd ${WRKSRC} ; \
|
||||
${REINPLACE_CMD} '/SWIG_PL_DIR/s, install$$, all pure_install,g' ${WRKSRC}/Makefile ; \
|
||||
${MAKE} install-swig-pl
|
||||
.endif
|
||||
.if defined(WITH_PYTHON)
|
||||
|
|
|
@ -337,6 +337,7 @@ post-install:
|
|||
.endif
|
||||
.if defined(WITH_PERL)
|
||||
cd ${WRKSRC} ; \
|
||||
${REINPLACE_CMD} '/SWIG_PL_DIR/s, install$$, all pure_install,g' ${WRKSRC}/Makefile ; \
|
||||
${MAKE} install-swig-pl
|
||||
.endif
|
||||
.if defined(WITH_PYTHON)
|
||||
|
|
Loading…
Add table
Reference in a new issue