summaryrefslogtreecommitdiff
path: root/databases/postgresql93-contrib
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-26 17:24:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-26 17:24:35 +0000
commit4d4db2684b5537944ba9de1e90179e90a1bc1149 (patch)
tree43ea97af9adc9b293ee707fafab80172c869d42c /databases/postgresql93-contrib
parentNew port: devel/go-rest-json: (diff)
Stage support
Reviewed by: postgresql@ Tested by: miwi and me
Notes
Notes: svn path=/head/; revision=346217
Diffstat (limited to 'databases/postgresql93-contrib')
-rw-r--r--databases/postgresql93-contrib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql93-contrib/Makefile b/databases/postgresql93-contrib/Makefile
index ca83040460a6..688cd0d2f75b 100644
--- a/databases/postgresql93-contrib/Makefile
+++ b/databases/postgresql93-contrib/Makefile
@@ -30,8 +30,7 @@ OPTIONS_DEFINE= OSSP_UUID
OSSP_UUID_DESC= Enable / disable ossp-uuid support
OPTIONS_DEFAULT= OSSP_UUID
-NO_STAGE= yes
post-install:
- @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/extension/README
+ @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README
.include "${MASTERDIR}/Makefile"