diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 05:48:44 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 05:48:44 +0800 |
commit | a4b79350eebbf824db93c259b72cb7883a1a395a (patch) | |
tree | a217c2f6b9317591e25a1528cad83dd0d6c1510b /databases/puredb/Makefile | |
parent | 627059e3b6fe0d48c50f2099e554ecb4ce115e78 (diff) | |
download | freebsd-ports-gnome-a4b79350eebbf824db93c259b72cb7883a1a395a.tar.gz freebsd-ports-gnome-a4b79350eebbf824db93c259b72cb7883a1a395a.tar.zst freebsd-ports-gnome-a4b79350eebbf824db93c259b72cb7883a1a395a.zip |
Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
Diffstat (limited to 'databases/puredb/Makefile')
-rw-r--r-- | databases/puredb/Makefile | 4 |
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> |