aboutsummaryrefslogtreecommitdiff
path: root/mail/mbox2imap
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-15 14:30:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-15 14:30:19 +0000
commitff24712f03e5e86f809eedb9ceee8fe19ae69362 (patch)
treecfcc6df6792e6c91b9476ede782349eaba69a834 /mail/mbox2imap
parentda0c098f60145e6dbb35b7fdb758b0c7989daaa2 (diff)
downloadports-ff24712f03e5e86f809eedb9ceee8fe19ae69362.tar.gz
ports-ff24712f03e5e86f809eedb9ceee8fe19ae69362.zip
Notes
Diffstat (limited to 'mail/mbox2imap')
-rw-r--r--mail/mbox2imap/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/mbox2imap/Makefile b/mail/mbox2imap/Makefile
index fd7d811ce830..b2b2dd33c941 100644
--- a/mail/mbox2imap/Makefile
+++ b/mail/mbox2imap/Makefile
@@ -3,21 +3,24 @@
PORTNAME= mbox2imap
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://BSDforge.com/projects/source/mail/mbox2imap/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Upload email stored in mbox file format to an IMAP server
-#LICENSE= (if author can still be reached, ask; else BSD2CLAUSE)
+LICENSE= NONE
-USES= python tar:xz
+USES= python shebangfix tar:xz
+SHEBANG_FILES= ${WRKSRC}/${PORTNAME}
+NO_WRKSUBDIR= yes
NO_BUILD= yes
+NO_ARCH= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>