diff options
Diffstat (limited to 'databases/postgresql84-contrib/Makefile')
-rw-r--r-- | databases/postgresql84-contrib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql84-contrib/Makefile b/databases/postgresql84-contrib/Makefile index bdc215098889..4375c8544c03 100644 --- a/databases/postgresql84-contrib/Makefile +++ b/databases/postgresql84-contrib/Makefile @@ -25,8 +25,7 @@ SLAVE_ONLY= yes COMPONENT= -contrib CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl -NO_STAGE= yes post-install: - @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README + @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/contrib/README .include "${MASTERDIR}/Makefile" |