diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /databases/phppgadmin | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) | |
download | ports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz ports-1e3119b07ebe66367ead55242a47710e556bf383.zip |
Notes
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index df046d348985..ecef8d1bc399 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -12,6 +12,8 @@ COMMENT= Web Based Postgres Administration LICENSE= GPLv2 +NO_STAGE= yes + USE_BZIP2= YES .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= pgsql pcre session @@ -22,7 +24,6 @@ PLIST_SUB+= PGADMDIR=${PGADMDIR} PGADMOLDDIR?= www/data-dist/phpPgAdmin PLIST_SUB+= PGADMOLDDIR=${PGADMOLDDIR} -NO_STAGE= yes pre-everything:: @${ECHO_CMD} "# you can customize the installation directory" @${ECHO_CMD} "# by setting PGADMDIR in /etc/make.conf" |