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/subversion16 | |
parent | a18de57a8fbe9f4fdb9a084f0633d4935147ca0b (diff) | |
download | ports-f88311aa9a071feca4bdcc9dbbdca65c9c9388dd.tar.gz ports-f88311aa9a071feca4bdcc9dbbdca65c9c9388dd.zip |
Notes
Diffstat (limited to 'devel/subversion16')
-rw-r--r-- | devel/subversion16/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index c075905f9f71..98f4b2ad06ba 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/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) |