diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-30 02:05:03 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-30 02:05:03 +0000 |
commit | f88311aa9a071feca4bdcc9dbbdca65c9c9388dd (patch) | |
tree | f2aeb7f0c4de3a8fc942900bb43411dd642c27a5 /devel/subversion | |
parent | Unbreak: fix packing list (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=132118
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index c075905f9f71..98f4b2ad06ba 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -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) |