summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-03-30 02:05:03 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-03-30 02:05:03 +0000
commitf88311aa9a071feca4bdcc9dbbdca65c9c9388dd (patch)
treef2aeb7f0c4de3a8fc942900bb43411dd642c27a5 /devel/subversion
parentUnbreak: 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/Makefile1
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)