diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 15:24:12 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 15:24:12 +0000 |
| commit | a812006ba730010bcc7624de90a3a1bf0c19eab7 (patch) | |
| tree | fb75efe1380fd1911ddd291f08eb93c3eddd1aea /databases/couchdb | |
| parent | - Unbreak the build on PowerPC by using correct Fif_ENTRYPOINT() macro that (diff) | |
- Switch to options helpers
- Add some NO_ARCHes
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=396577
Diffstat (limited to 'databases/couchdb')
| -rw-r--r-- | databases/couchdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index a5f76df71e06..adad487cee14 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -70,9 +70,9 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} 's|\(info_file_inst = CouchDB\)$$|\1.info|' \ ${WRKSRC}/share/doc/build/Makefile.in -.if !${PORT_OPTIONS:MDOCS} + +post-patch-DOCS-off: @${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in -.endif post-configure: # Cater for parallel Spidermonkey v1.7 and v1.8.5 installs by ensuring that |
