svn commit: r317558 - head/audio/autozen

Baptiste Daroussin bapt at FreeBSD.org
Mon May 6 22:27:58 UTC 2013


Author: bapt
Date: Mon May  6 22:27:57 2013
New Revision: 317558
URL: http://svnweb.freebsd.org/changeset/ports/317558

Log:
  Use shebangfix

Modified:
  head/audio/autozen/Makefile

Modified: head/audio/autozen/Makefile
==============================================================================
--- head/audio/autozen/Makefile	Mon May  6 22:26:26 2013	(r317557)
+++ head/audio/autozen/Makefile	Mon May  6 22:27:57 2013	(r317558)
@@ -13,8 +13,10 @@ COMMENT=	Adjust brain waves with sound
 MAKE_ENV+=	PTHREAD_FLAGS="${PTHREAD_CFLAGS} ${PTHREAD_LIBS}" \
 		DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}"
 
+USES=		shebangfix
 USE_GNOME=	gtk12
 USE_PERL5_RUN=	yes
+SHEBANG_FILES=	zentime
 
 PORTDOCS=	*
 MAN1=		autozen.1


More information about the svn-ports-all mailing list