diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-10-28 04:58:58 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-10-28 04:58:58 +0000 |
commit | 6e21fa3eb92f9818eca28f00b5f140f112def4d4 (patch) | |
tree | b8ce06e897ee06b139ae2e57da114c059e8eeb87 /mail/lookout | |
parent | 96ca510ede56cd4f6914eb9f6b6cd3aa47d34774 (diff) |
Notes
Diffstat (limited to 'mail/lookout')
-rw-r--r-- | mail/lookout/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/lookout/Makefile b/mail/lookout/Makefile index 9300a09ba4b2..77a8db325df7 100644 --- a/mail/lookout/Makefile +++ b/mail/lookout/Makefile @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= lookout -PORTVERSION= 1.4 +DISTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://catb.org/~esr/lookout/ MAINTAINER= jmohacsi@bsd.hu COMMENT= Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard -USES= python +USES= python shebangfix NO_BUILD= yes +SHEBANG_FILES= lookout PLIST_FILES= bin/lookout man/man1/lookout.1.gz |