svn commit: r389922 - head/sysutils/lmon

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 12:57:46 UTC 2015


Author: amdmi3
Date: Wed Jun 17 12:57:45 2015
New Revision: 389922
URL: https://svnweb.freebsd.org/changeset/ports/389922

Log:
  - Fix shebangs
  - Add NO_ARCH

Modified:
  head/sysutils/lmon/Makefile

Modified: head/sysutils/lmon/Makefile
==============================================================================
--- head/sysutils/lmon/Makefile	Wed Jun 17 12:57:39 2015	(r389921)
+++ head/sysutils/lmon/Makefile	Wed Jun 17 12:57:45 2015	(r389922)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lmon
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.bsdconsulting.no/tools/
 
@@ -16,8 +17,10 @@ RUN_DEPENDS=	p5-Config-IniFiles>=0:${POR
 		p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail \
 		p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
 
-USES=		perl5 tar:tgz
+USES=		perl5 shebangfix tar:tgz
+SHEBANG_FILES=	control.pl lmon.pl
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 PORTDOCS=	README TODO
 PORTEXAMPLES=	*


More information about the svn-ports-all mailing list