aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-relay
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 06:40:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 06:40:44 +0000
commit786cba2c9daeb0df4da0468fc713520f31a03a7b (patch)
tree7c345ab0f0155231d8b6d4e2aad3a11c290737f5 /databases/postgresql-relay
parent9bfdbcd5cc8891ca880d7713305c666d6978ced7 (diff)
downloadports-786cba2c9daeb0df4da0468fc713520f31a03a7b.tar.gz
ports-786cba2c9daeb0df4da0468fc713520f31a03a7b.zip
Support staging
Notes
Notes: svn path=/head/; revision=346109
Diffstat (limited to 'databases/postgresql-relay')
-rw-r--r--databases/postgresql-relay/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/databases/postgresql-relay/Makefile b/databases/postgresql-relay/Makefile
index 53a7e59baddb..f7d773df9e90 100644
--- a/databases/postgresql-relay/Makefile
+++ b/databases/postgresql-relay/Makefile
@@ -10,21 +10,18 @@ MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Multiplex multiple PostgreSQL databases to one relay
-MAN8= postgresql-relay.8
-PLIST_FILES= bin/postgresql-relay \
- etc/postgresql-relay.conf-sample
+PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample \
+ man/man8/postgresql-relay.8.gz
USE_RC_SUBR= postgresql-relay
USES= perl5
USE_PERL5= build
-NO_STAGE= yes
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
-
-post-install:
- ${CAT} ${PKGMESSAGE}
+ ${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf-sample \
+ ${STAGEDIR}${PREFIX}/etc/postgresql-relay.conf-sample
+ ${INSTALL_MAN} ${WRKSRC}/postgresql-relay.8 \
+ ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>