diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-31 15:27:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-31 15:27:02 +0000 |
commit | 83cb8fb16851d6ef39e584de899ce8a4eedafafc (patch) | |
tree | f2156d89c98bccb802426e9755dd5410a1bc37ea /databases/phppgadmin | |
parent | - Fix shebangs (diff) |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes
Notes:
svn path=/head/; revision=393327
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 5 |
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" |