svn commit: r439096 - head/irc/insub

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 16:31:58 UTC 2017


Author: amdmi3
Date: Fri Apr 21 16:31:57 2017
New Revision: 439096
URL: https://svnweb.freebsd.org/changeset/ports/439096

Log:
  - Add NO_ARCH
  - Fix shebangs

Modified:
  head/irc/insub/Makefile

Modified: head/irc/insub/Makefile
==============================================================================
--- head/irc/insub/Makefile	Fri Apr 21 16:30:29 2017	(r439095)
+++ head/irc/insub/Makefile	Fri Apr 21 16:31:57 2017	(r439096)
@@ -3,6 +3,7 @@
 
 PORTNAME=	insub
 PORTVERSION=	16.0
+PORTREVISION=	1
 CATEGORIES=	irc
 
 MAINTAINER=	ports at FreeBSD.org
@@ -14,16 +15,19 @@ RUN_DEPENDS=	cowsay:games/cowsay \
 USE_GITHUB=	yes
 GH_ACCOUNT=	cjones
 
-USES=		perl5 python:2.5+
+USES=		perl5 python:2.5+ shebangfix
+SHEBANG_FILES=	insub.py
 USE_PERL5=	run
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+DATADIR=	${PREFIX}/share/cows
 
 OPTIONS_DEFINE=	COWS
 OPTIONS_DEFAULT=COWS
-COWS_DESC=	Install a collection of cowsay(1) cows
 OPTIONS_SUB=	yes
 
-NO_BUILD=	yes
-DATADIR=	${PREFIX}/share/cows
+COWS_DESC=	Install a collection of cowsay(1) cows
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \


More information about the svn-ports-all mailing list