- 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:
Cheng-Lung Sung 2005-03-30 02:05:03 +00:00
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

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)