svn commit: r388987 - head/mail/exilog

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 9 19:45:10 UTC 2015


Author: amdmi3
Date: Tue Jun  9 19:45:09 2015
New Revision: 388987
URL: https://svnweb.freebsd.org/changeset/ports/388987

Log:
  - Add NO_ARCH
  - Fix shebangs
  
  MFH:		2015Q2 (blanket)

Modified:
  head/mail/exilog/Makefile

Modified: head/mail/exilog/Makefile
==============================================================================
--- head/mail/exilog/Makefile	Tue Jun  9 19:45:06 2015	(r388986)
+++ head/mail/exilog/Makefile	Tue Jun  9 19:45:09 2015	(r388987)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exilog
 PORTVERSION=	0.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	mail
 MASTER_SITES=	http://duncanthrax.net/exilog/
 
@@ -19,8 +19,9 @@ OPTIONS_DEFINE=	DOCS
 
 USES=		perl5 shebangfix
 NO_BUILD=	yes
+NO_ARCH=	yes
 
-SHEBANG_FILES=	exilog_agent.pl exilog_cleanup.pl
+SHEBANG_FILES=	exilog_agent.pl exilog_cgi.pl exilog_cleanup.pl
 
 # Default sql backend
 WITH_SQL_BACKEND?=	mysql


More information about the svn-ports-all mailing list