diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
commit | 36117d709704f772dbc3d305cda6923741791598 (patch) | |
tree | 6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/postgresql-relay | |
parent | Update Zope to 2.13.21. This update also includes: (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
Diffstat (limited to 'databases/postgresql-relay')
-rw-r--r-- | databases/postgresql-relay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql-relay/Makefile b/databases/postgresql-relay/Makefile index 8168ed9507f5..53a7e59baddb 100644 --- a/databases/postgresql-relay/Makefile +++ b/databases/postgresql-relay/Makefile @@ -18,6 +18,7 @@ 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 |