summaryrefslogtreecommitdiff
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-19 11:42:55 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-19 11:42:55 +0000
commit09270f29841af5d2f1ea8987309c31a8c81cc7a8 (patch)
tree455be391832dae18082cd70d98ccd3f9ea6af96c /databases/phppgadmin
parentFix build on ARCH != i386. (diff)
- change default PGADMDIR
Notes
Notes: svn path=/head/; revision=145858
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r--databases/phppgadmin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index 3e4c4758d4a4..f2f1e2d4fccb 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= phppgadmin
PORTVERSION= 3.5.6
+PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,7 +23,7 @@ USE_PHP= pgsql pcre session
.endif
WRKSRC= ${WRKDIR}/phpPgAdmin
NO_BUILD= YES
-PGADMDIR?= www/data/phpPgAdmin
+PGADMDIR?= www/data-dist/phpPgAdmin
PLIST_SUB+= PGADMDIR=${PGADMDIR}
do-configure: