Bug 175878 - [PATCH] databases/db5: fix DOCSDIR does deinstall, it remains.
Summary: [PATCH] databases/db5: fix DOCSDIR does deinstall, it remains.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-06 09:20 UTC by takefu
Modified: 2013-02-06 20:30 UTC (History)
1 user (show)

See Also:


Attachments
db5-5.3.21.0.patch (723 bytes, patch)
2013-02-06 09:20 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2013-02-06 09:20:00 UTC
- fix DOCSDIR does deinstall, it remains.

Port maintainer (mandree@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-06 09:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mandree

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2013-02-06 20:21:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-06 20:21:35 UTC
Author: mandree
Date: Wed Feb  6 20:21:22 2013
New Revision: 311794
URL: http://svnweb.freebsd.org/changeset/ports/311794

Log:
  Convert one more NOPORTDOCS occasion to port optionsNG framework.
  
  PR:		ports/175878
  Submitted by:	Takefu

Modified:
  head/databases/db5/Makefile   (contents, props changed)

Modified: head/databases/db5/Makefile
==============================================================================
--- head/databases/db5/Makefile	Wed Feb  6 20:13:08 2013	(r311793)
+++ head/databases/db5/Makefile	Wed Feb  6 20:21:22 2013	(r311794)
@@ -30,11 +30,6 @@ WRKSRC=		${WRKDIR}/${DISTNAME}/build_uni
 USE_LDCONFIG=	yes
 PLIST_SUB=	BDBMAJ=${BDBMAJ} BDBVER=${BDBVER}
 
-.if !defined(NOPORTDOCS)
-INSTALL_TARGET+=	install_docs docdir=${DOCSDIR}
-PORTDOCS=		*
-.endif
-
 OPTIONS_DEFINE=	CRYPTO L10N SQL JAVA
 OPTIONS_DEFAULT=CRYPTO
 CRYPTO_DESC=	Cryptography support
@@ -43,6 +38,11 @@ SQL_DESC=	Enable SQL API (EXPERIMENTAL)
 
 .include <bsd.port.options.mk>
 
+.if ${PORT_OPTIONS:MDOCS}
+INSTALL_TARGET+=install_docs docdir=${DOCSDIR}
+PORTDOCS=	*
+.endif
+
 .if ${PORT_OPTIONS:MSQL}
 CONFIGURE_ARGS+=	--enable-sql_codegen --enable-sql
 PLIST_SUB+=	SQL=""
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"