diff options
Diffstat (limited to 'databases/postgresql84-contrib/Makefile')
-rw-r--r-- | databases/postgresql84-contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql84-contrib/Makefile b/databases/postgresql84-contrib/Makefile index 60e1a854ee24..492125af795c 100644 --- a/databases/postgresql84-contrib/Makefile +++ b/databases/postgresql84-contrib/Makefile @@ -1,4 +1,4 @@ -# Created by: Palle Girgensohn <girgen@pingpong.net> +# Created by: Palle Girgensohn <girgen@pingpong.net> # $FreeBSD$ PORTNAME= postgresql @@ -23,6 +23,7 @@ INSTALL_DIRS= contrib SLAVE_ONLY= yes CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl +NO_STAGE= yes post-install: @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README |