svn commit: r453044 - head/mail/lookout

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 28 04:59:00 UTC 2017


Author: tcberner
Date: Sat Oct 28 04:58:58 2017
New Revision: 453044
URL: https://svnweb.freebsd.org/changeset/ports/453044

Log:
  Add shebangfix.

Modified:
  head/mail/lookout/Makefile

Modified: head/mail/lookout/Makefile
==============================================================================
--- head/mail/lookout/Makefile	Sat Oct 28 02:47:21 2017	(r453043)
+++ head/mail/lookout/Makefile	Sat Oct 28 04:58:58 2017	(r453044)
@@ -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 at 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
 


More information about the svn-ports-all mailing list