diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /mail/textmail | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'mail/textmail')
-rw-r--r-- | mail/textmail/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/textmail/Makefile b/mail/textmail/Makefile index a204e6873381..8cda3778b505 100644 --- a/mail/textmail/Makefile +++ b/mail/textmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textmail -# Date created: 8 August 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= textmail PORTVERSION= 20070803 @@ -20,7 +16,7 @@ RUN_DEPENDS= antiword:${PORTSDIR}/textproc/antiword \ lynx:${PORTSDIR}/www/lynx \ ${LOCALBASE}/libexec/xpdf/pdftotext:${PORTSDIR}/graphics/xpdf -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/${PORTNAME} NO_WRKSUBDIR= yes MAN1= ${PORTNAME}.1 |