aboutsummaryrefslogtreecommitdiffstats
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2015-11-22 02:06:21 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2015-11-22 02:06:21 +0800
commit436a652a9920f4fa0fdc1a148c0890fa497e7f75 (patch)
tree7fce259639752f9f0e6197f4c7da95c1a023d04f /databases/phppgadmin
parenta183e20bab5b3504ef5a5113aa4183c4947c8c72 (diff)
downloadfreebsd-ports-gnome-436a652a9920f4fa0fdc1a148c0890fa497e7f75.tar.gz
freebsd-ports-gnome-436a652a9920f4fa0fdc1a148c0890fa497e7f75.tar.zst
freebsd-ports-gnome-436a652a9920f4fa0fdc1a148c0890fa497e7f75.zip
- reorder macros by stage
Diffstat (limited to 'databases/phppgadmin')
-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"