diff options
author | pav <pav@FreeBSD.org> | 2005-07-08 23:16:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-08 23:16:53 +0800 |
commit | cbde59652682ad2484b36f131372fee4035da0ef (patch) | |
tree | 954c14469b5565c0b4f1c6f8804a549eccf5b136 /databases/slony1v2/Makefile | |
parent | 8f4bbda5988bfbd4bc79d0414ed7058ce65e73b2 (diff) | |
download | freebsd-ports-gnome-cbde59652682ad2484b36f131372fee4035da0ef.tar.gz freebsd-ports-gnome-cbde59652682ad2484b36f131372fee4035da0ef.tar.zst freebsd-ports-gnome-cbde59652682ad2484b36f131372fee4035da0ef.zip |
- Fix build on systems without Perl
- Fix rc script, it failed to background the daemon process
PR: ports/83067
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'databases/slony1v2/Makefile')
-rw-r--r-- | databases/slony1v2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index 4a46cdae00bd..6c2449d3cb69 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -7,6 +7,7 @@ PORTNAME= slony1 PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/ |