svn commit: r385708 - head/multimedia/ptx-kmod
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 7 22:47:59 UTC 2015
Author: amdmi3
Date: Thu May 7 22:47:58 2015
New Revision: 385708
URL: https://svnweb.freebsd.org/changeset/ports/385708
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/multimedia/ptx-kmod/Makefile
Modified: head/multimedia/ptx-kmod/Makefile
==============================================================================
--- head/multimedia/ptx-kmod/Makefile Thu May 7 22:45:08 2015 (r385707)
+++ head/multimedia/ptx-kmod/Makefile Thu May 7 22:47:58 2015 (r385708)
@@ -2,6 +2,7 @@
PORTNAME= ptx
PORTVERSION= 0.0.20111212
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= hrs
@@ -22,7 +23,8 @@ PORTDOCS= README
OPTIONS_DEFINE= DOCS
-USES= kmod
+USES= kmod shebangfix
+SHEBANG_FILES= tools/recptx.pl
do-install:
${INSTALL_KLD} ${BUILD_WRKSRC}/ptx.ko ${STAGEDIR}${KMODDIR}
More information about the svn-ports-all
mailing list