aboutsummaryrefslogtreecommitdiffstats
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-10-19 19:42:55 +0800
committerdinoex <dinoex@FreeBSD.org>2005-10-19 19:42:55 +0800
commit021474f5dde24aea75cc52dda979778b5a1f20ec (patch)
tree4cad6f8710d5dcf46839d22bf71b63b6705e0603 /databases/phppgadmin
parent8047cf283d49a0ad43141e524aa5abcc3f481821 (diff)
downloadfreebsd-ports-gnome-021474f5dde24aea75cc52dda979778b5a1f20ec.tar.gz
freebsd-ports-gnome-021474f5dde24aea75cc52dda979778b5a1f20ec.tar.zst
freebsd-ports-gnome-021474f5dde24aea75cc52dda979778b5a1f20ec.zip
- change default PGADMDIR
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: