diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 18:38:22 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 18:38:22 +0000 |
commit | b4f230b9cfb389dc431e51d728193b579dd5642f (patch) | |
tree | eadcf1a7f96f286621b6a558e127fbb34c597a0b /databases/postgresql-relay/Makefile | |
parent | 9e32b7f0cddf11dd149ef21dbe6980d49469f7bd (diff) |
Notes
Diffstat (limited to 'databases/postgresql-relay/Makefile')
-rw-r--r-- | databases/postgresql-relay/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/postgresql-relay/Makefile b/databases/postgresql-relay/Makefile index 06e0bff065b8..47cd345ae425 100644 --- a/databases/postgresql-relay/Makefile +++ b/databases/postgresql-relay/Makefile @@ -7,6 +7,7 @@ PORTNAME= postgresql-relay PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= http://www.mavetju.org/download/ @@ -15,18 +16,15 @@ COMMENT= Multiplex multiple PostgreSQL databases to one relay MAN8= postgresql-relay.8 PLIST_FILES= bin/postgresql-relay \ - etc/postgresql-relay.conf-sample \ - etc/rc.d/postgresql-relay.sh + etc/postgresql-relay.conf-sample -USE_RC_SUBR= yes +USE_RC_SUBR= postgresql-relay USE_PERL5_BUILD=yes -SUB_FILES= postgresql-relay.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf-sample ${PREFIX}/etc/postgresql-relay.conf-sample ${INSTALL_MAN} ${WRKSRC}/postgresql-relay.8 ${MAN8PREFIX}/man/man8 - ${INSTALL_SCRIPT} ${WRKDIR}/postgresql-relay.sh ${PREFIX}/etc/rc.d post-install: ${CAT} ${PKGMESSAGE} |