diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-25 16:38:48 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-25 16:38:48 +0000 |
commit | baba9cd29faf459885696356676b8bb69a115660 (patch) | |
tree | 64cac8b4c9b752e5836933a9f45a66ded6d76f7e /textproc/p5-Text-EtText | |
parent | ba6a7f1de4a282ca4bb92653f9b6ccf5f70b4f65 (diff) | |
download | ports-baba9cd29faf459885696356676b8bb69a115660.tar.gz ports-baba9cd29faf459885696356676b8bb69a115660.zip |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=166317
Diffstat (limited to 'textproc/p5-Text-EtText')
-rw-r--r-- | textproc/p5-Text-EtText/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/p5-Text-EtText/Makefile b/textproc/p5-Text-EtText/Makefile index 9fa6b1f5d229..daf226236ee2 100644 --- a/textproc/p5-Text-EtText/Makefile +++ b/textproc/p5-Text-EtText/Makefile @@ -17,7 +17,6 @@ COMMENT= A simple plain-text to HTML converter PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Text::EtText.3 Text::EtText::DefaultGlossary.3 \ Text::EtText::LinkGlossary.3 Text::EtText::EtText2HTML.3 \ Text::EtText::HTML2EtText.3 |