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