diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-30 02:06:09 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-30 02:06:09 +0000 |
commit | 0eef9143af4fc854d39c2b589e5ea109fbc49372 (patch) | |
tree | 93bbf0ffd05d06e95f91bc85b98a95040cb1123b /devel/p5-subversion | |
parent | f88311aa9a071feca4bdcc9dbbdca65c9c9388dd (diff) | |
download | ports-0eef9143af4fc854d39c2b589e5ea109fbc49372.tar.gz ports-0eef9143af4fc854d39c2b589e5ea109fbc49372.zip |
- unbreak BROKEN
- 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)
Notes
Notes:
svn path=/head/; revision=132119
Diffstat (limited to 'devel/p5-subversion')
-rw-r--r-- | devel/p5-subversion/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index b8b83c0b7997..564b68ac146c 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -14,8 +14,6 @@ MASTERDIR= ${.CURDIR}/../../devel/subversion PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist -BROKEN= Incorrectly installs a perllocal.pod file - WITH_PERL= yes .include "${MASTERDIR}/Makefile" |