aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2014-05-11 17:26:41 +0800
committertota <tota@FreeBSD.org>2014-05-11 17:26:41 +0800
commitd9dd0b41e98c6df8af9c7808bf5afa273ed53396 (patch)
tree6a75a98a8d50ab801412d59b24e9185604d72cb0 /mail
parent9a92ddbb0214245a85d1d88bf0fe70e5dc0afb1a (diff)
downloadfreebsd-ports-gnome-d9dd0b41e98c6df8af9c7808bf5afa273ed53396.tar.gz
freebsd-ports-gnome-d9dd0b41e98c6df8af9c7808bf5afa273ed53396.tar.zst
freebsd-ports-gnome-d9dd0b41e98c6df8af9c7808bf5afa273ed53396.zip
- Remove indefinite article from COMMENT
- Add OPTIONS_DEFINE - Support STAGEDIR * Make PORTDOCS and PORTEXAMPLES unconditional to stage - Remove Author: from pkg-descr - Replace tab with a single space after WWW: in pkg-descr
Diffstat (limited to 'mail')
-rw-r--r--mail/lens/Makefile25
-rw-r--r--mail/lens/pkg-descr3
2 files changed, 12 insertions, 16 deletions
diff --git a/mail/lens/Makefile b/mail/lens/Makefile
index d3513719148b..efc198e7c062 100644
--- a/mail/lens/Makefile
+++ b/mail/lens/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.pitecan.com/Lens/ \
${MASTER_SITE_LOCAL:S|%SUBDIR%|tota/lens|}
MAINTAINER= tota@FreeBSD.org
-COMMENT= A mail filter written in Ruby
+COMMENT= Mail filter written in Ruby
NO_BUILD= yes
USE_RUBY= yes
@@ -17,21 +17,18 @@ USE_RUBY= yes
LIB_FILES= lens.rb maildir.rb message.rb parsedate.rb classify.rb
RUBY_SHEBANG_FILES= lens
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS EXAMPLES
+
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/lens ${PREFIX}/bin
- ${MKDIR} ${RUBY_SITELIBDIR}/lens
+ ${INSTALL_SCRIPT} ${WRKSRC}/lens ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/lens
.for f in ${LIB_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}/lens
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_SITELIBDIR}/lens
.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/index.html ${DOCSDIR}
-.endif
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/lensrc.sample ${EXAMPLESDIR}/dot.lensrc
- ${INSTALL_DATA} ${WRKSRC}/commandmailrc.sample ${EXAMPLESDIR}/dot.commandmailrc
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/lensrc.sample ${STAGEDIR}${EXAMPLESDIR}/dot.lensrc
+ ${INSTALL_DATA} ${WRKSRC}/commandmailrc.sample ${STAGEDIR}${EXAMPLESDIR}/dot.commandmailrc
.include <bsd.port.mk>
diff --git a/mail/lens/pkg-descr b/mail/lens/pkg-descr
index 52330d6ab7d4..1cf5d4f29b26 100644
--- a/mail/lens/pkg-descr
+++ b/mail/lens/pkg-descr
@@ -1,5 +1,4 @@
Lens is a mail filter written in Ruby. Lens can filter an
incoming mail when it is received and filter mails in a Maildir.
-Author: Toshiyuki Masui
-WWW: http://www.pitecan.com/Lens/
+WWW: http://www.pitecan.com/Lens/