aboutsummaryrefslogtreecommitdiff
path: root/databases/puredb
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 21:48:44 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 21:48:44 +0000
commit4586d2ad5c8db1208ef17384b5c1df8aa36a3f9e (patch)
treea217c2f6b9317591e25a1528cad83dd0d6c1510b /databases/puredb
parentf7622d1fc81f368c475b5acccae9b33957754f02 (diff)
downloadports-4586d2ad5c8db1208ef17384b5c1df8aa36a3f9e.tar.gz
ports-4586d2ad5c8db1208ef17384b5c1df8aa36a3f9e.zip
Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
Notes
Notes: svn path=/head/; revision=360463
Diffstat (limited to 'databases/puredb')
-rw-r--r--databases/puredb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/puredb/Makefile b/databases/puredb/Makefile
index bed0176d11c4..1350e0b9da47 100644
--- a/databases/puredb/Makefile
+++ b/databases/puredb/Makefile
@@ -16,10 +16,10 @@ USE_LDCONFIG= yes
DOCS= AUTHORS FORMAT_DESCR NEWS README
-.if !defined(NOPORTDOCS)
+OPTIONS_DEFINE= DOCS
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>