diff options
Diffstat (limited to 'databases/postgresql91-replicationtools/Makefile')
-rw-r--r-- | databases/postgresql91-replicationtools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql91-replicationtools/Makefile b/databases/postgresql91-replicationtools/Makefile index 3dcbdea61cf..ec60509bae2 100644 --- a/databases/postgresql91-replicationtools/Makefile +++ b/databases/postgresql91-replicationtools/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2012/07/01 19:49:25 morr Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/02 21:25:47 asau Exp $ PKGNAME= ${DISTNAME:C/-/91-replicationtools-/} COMMENT= PostgreSQL replication tools -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../databases/postgresql91/Makefile.common" BUILD_DIRS+= contrib/pg_archivecleanup |