summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2015-11-21 18:06:21 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2015-11-21 18:06:21 +0000
commit436a652a9920f4fa0fdc1a148c0890fa497e7f75 (patch)
tree7fce259639752f9f0e6197f4c7da95c1a023d04f /databases
parentdevel/libserver: 3.8 -> 3.9 (diff)
- reorder macros by stage
Notes
Notes: svn path=/head/; revision=402174
Diffstat (limited to 'databases')
-rw-r--r--databases/phppgadmin/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index c3f37920d173..b93e71295831 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -13,18 +13,19 @@ COMMENT= Web Based Postgres Administration
LICENSE= GPLv2
-USES= cpe shebangfix tar:bzip2
-SHEBANG_FILES= lang/synch
-CPE_VENDOR= phppgadmin_project
+NO_ARCH= yes
+NO_BUILD= yes
+USES= cpe tar:bzip2 shebangfix
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= pgsql pcre session
.endif
-NO_BUILD= YES
+
+CPE_VENDOR= phppgadmin_project
+SHEBANG_FILES= lang/synch
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"