aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-ListDetector/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-ListDetector/Makefile')
-rw-r--r--mail/p5-Mail-ListDetector/Makefile29
1 files changed, 2 insertions, 27 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile
index 67e6a89ff110..d1af3e545a22 100644
--- a/mail/p5-Mail-ListDetector/Makefile
+++ b/mail/p5-Mail-ListDetector/Makefile
@@ -20,33 +20,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Mail::ListDetector.3 \
- Mail::ListDetector::Detector::AutoShare.3 \
- Mail::ListDetector::Detector::Base.3 \
- Mail::ListDetector::Detector::CommuniGate.3 \
- Mail::ListDetector::Detector::CommuniGatePro.3 \
- Mail::ListDetector::Detector::Ecartis.3 \
- Mail::ListDetector::Detector::Ezmlm.3 \
- Mail::ListDetector::Detector::Fml.3 \
- Mail::ListDetector::Detector::GoogleGroups.3 \
- Mail::ListDetector::Detector::LetterRip.3 \
- Mail::ListDetector::Detector::ListSTAR.3 \
- Mail::ListDetector::Detector::Listar.3 \
- Mail::ListDetector::Detector::Listbox.3 \
- Mail::ListDetector::Detector::Listserv.3 \
- Mail::ListDetector::Detector::Lyris.3 \
- Mail::ListDetector::Detector::Mailman.3 \
- Mail::ListDetector::Detector::Majordomo.3 \
- Mail::ListDetector::Detector::Onelist.3 \
- Mail::ListDetector::Detector::RFC2369.3 \
- Mail::ListDetector::Detector::RFC2919.3 \
- Mail::ListDetector::Detector::Smartlist.3 \
- Mail::ListDetector::Detector::Yahoogroups.3 \
- Mail::ListDetector::List.3
-
-NO_STAGE= yes
post-install:
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/examples/sample.pl ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/sample.pl ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>