svn commit: r385741 - head/databases/postgresql_autodoc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 8 09:15:39 UTC 2015
Author: amdmi3
Date: Fri May 8 09:15:38 2015
New Revision: 385741
URL: https://svnweb.freebsd.org/changeset/ports/385741
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/databases/postgresql_autodoc/Makefile
Modified: head/databases/postgresql_autodoc/Makefile
==============================================================================
--- head/databases/postgresql_autodoc/Makefile Fri May 8 09:15:29 2015 (r385740)
+++ head/databases/postgresql_autodoc/Makefile Fri May 8 09:15:38 2015 (r385741)
@@ -2,6 +2,7 @@
PORTNAME= postgresql_autodoc
PORTVERSION= 1.41
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.rbt.ca/autodoc/binaries/
DIST_SUBDIR= postgresql
@@ -13,7 +14,9 @@ BUILD_DEPENDS= p5-HTML-Template>=0:${POR
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
-USES+= gmake perl5
+USES+= gmake perl5 shebangfix
+perl_OLD_CMD= /usr/bin/env perl
+SHEBANG_FILES= postgresql_autodoc.pl
CONFIGURE_ARGS+=--datadir=${DATADIR}
WRKSRC= ${WRKDIR}/postgresql_autodoc
More information about the svn-ports-all
mailing list