aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-31 15:28:02 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-31 15:28:02 +0000
commit68d1eab345e6484c102896edcbd840dc8e7fcd3f (patch)
tree4dfdbd810621006ebe9d5227c34048095692a04a
parent0e42132d852acb7dca476be4648ed60b352e78e2 (diff)
downloadports-68d1eab345e6484c102896edcbd840dc8e7fcd3f.tar.gz
ports-68d1eab345e6484c102896edcbd840dc8e7fcd3f.zip
MFH: r393327
- Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket
Notes
Notes: svn path=/branches/2015Q3/; revision=393328
-rw-r--r--databases/phppgadmin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index 6a251fa817a0..c3f37920d173 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= phppgadmin
PORTVERSION= 5.1
+PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-5.1
DISTNAME= phpPgAdmin-${PORTVERSION}
@@ -12,7 +13,8 @@ COMMENT= Web Based Postgres Administration
LICENSE= GPLv2
-USES= cpe tar:bzip2
+USES= cpe shebangfix tar:bzip2
+SHEBANG_FILES= lang/synch
CPE_VENDOR= phppgadmin_project
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= pgsql pcre session
@@ -22,6 +24,7 @@ PGADMDIR?= www/phpPgAdmin
PLIST_SUB+= PGADMDIR=${PGADMDIR}
PGADMOLDDIR?= www/data-dist/phpPgAdmin
PLIST_SUB+= PGADMOLDDIR=${PGADMOLDDIR}
+NO_ARCH= yes
pre-everything::
@${ECHO_CMD} "# you can customize the installation directory"