aboutsummaryrefslogtreecommitdiff
path: root/databases/pgadmin3/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2009-09-06 16:57:43 +0000
committerMax Khon <fjoe@FreeBSD.org>2009-09-06 16:57:43 +0000
commit7641808072bae55bc4810ed2ee55128c77792875 (patch)
tree59708287c557d04eb1ae7227bce563599621bf1a /databases/pgadmin3/Makefile
parentfbb2e8fe22f0a693366ae441a0b0eb9641ca07cd (diff)
downloadports-7641808072bae55bc4810ed2ee55128c77792875.tar.gz
ports-7641808072bae55bc4810ed2ee55128c77792875.zip
Notes
Diffstat (limited to 'databases/pgadmin3/Makefile')
-rw-r--r--databases/pgadmin3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index 022f62186cbc..874e1e2a123b 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pgadmin3
PORTVERSION= 1.10.0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src
@@ -31,5 +32,6 @@ WX_UNICODE= yes
post-patch:
@${REINPLACE_CMD} -e 's,/wx-config,/${WX_CONFIG:T},' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's,/usr/bin/xterm,${LOCALBASE}/bin/xterm,' ${WRKSRC}/pgadmin/plugins.ini
.include <bsd.port.mk>