aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-08-25 23:04:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-08-25 23:04:16 +0800
commit8f5f784e7b6e9a71937a11ed699913de4967d7ef (patch)
tree8e235e233355ac466d33770d4d416089d38d93c1 /databases
parent21ca7285af8aed3ff2687ec607cd58830fb39577 (diff)
downloadfreebsd-ports-gnome-8f5f784e7b6e9a71937a11ed699913de4967d7ef.tar.gz
freebsd-ports-gnome-8f5f784e7b6e9a71937a11ed699913de4967d7ef.tar.zst
freebsd-ports-gnome-8f5f784e7b6e9a71937a11ed699913de4967d7ef.zip
- Fix RUN_DEPENDS
- Space/tab twiddle PR: ports/160008 Submitted by: Phil Phillips <pphillips@experts-exchange.com> Approved by: maintainer
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-repmgr/Makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/databases/postgresql-repmgr/Makefile b/databases/postgresql-repmgr/Makefile
index d901b5c9ac17..60266ada096c 100644
--- a/databases/postgresql-repmgr/Makefile
+++ b/databases/postgresql-repmgr/Makefile
@@ -1,25 +1,25 @@
-# New ports collection makefile for: repmgr
-# Date created: January 15, 2011
-# Whom: alp@sfedu.ru
+# New ports collection makefile for: repmgr
+# Date created: January 15, 2011
+# Whom: alp@sfedu.ru
# $FreeBSD$
-PORTNAME= postgresql-repmgr
-PORTVERSION= 1.1.0
-CATEGORIES= databases
-MASTER_SITES= http://projects.2ndquadrant.it/sites/default/files/
-DISTNAME= repmgr-${PORTVERSION}
+PORTNAME= postgresql-repmgr
+PORTVERSION= 1.1.0
+CATEGORIES= databases
+MASTER_SITES= http://projects.2ndquadrant.it/sites/default/files/
+DISTNAME= repmgr-${PORTVERSION}
-MAINTAINER= alp@sfedu.ru
-COMMENT= PostgreSQL replication manager
+MAINTAINER= alp@sfedu.ru
+COMMENT= PostgreSQL replication manager
-BUILD_DEPENDS+= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server
-RUN_DEPENDS= ${BUILD_DEPENDS} \
- rsync:${PORTSDIR}/net/rsync
+BUILD_DEPENDS= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server
+RUN_DEPENDS= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server \
+ rsync:${PORTSDIR}/net/rsync
-USE_GMAKE= yes
-MAKE_ENV= USE_PGXS=1
+USE_GMAKE= yes
+MAKE_ENV= USE_PGXS=1
-PORTDOCS= README.*
+PORTDOCS= README.*
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/repmgr ${PREFIX}/bin