Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 23:32:24 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341309 - head/math/qhull5
Message-ID:  <201401262332.s0QNWOvi093656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun Jan 26 23:32:24 2014
New Revision: 341309
URL: http://svnweb.freebsd.org/changeset/ports/341309
QAT: https://qat.redports.org/buildarchive/r341309/

Log:
  - Implement staging.

Modified:
  head/math/qhull5/Makefile
  head/math/qhull5/pkg-plist

Modified: head/math/qhull5/Makefile
==============================================================================
--- head/math/qhull5/Makefile	Sun Jan 26 23:32:05 2014	(r341308)
+++ head/math/qhull5/Makefile	Sun Jan 26 23:32:24 2014	(r341309)
@@ -23,11 +23,6 @@ USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-.if !defined(NOPORTDOCS)
-MAN1=		qhull.1 rbox.1
-.endif
-
-NO_STAGE=	yes
 pre-configure:
 .if defined(NOPORTDOCS)
 	@${REINPLACE_CMD} -e "s|src html eg config|src config|"		\

Modified: head/math/qhull5/pkg-plist
==============================================================================
--- head/math/qhull5/pkg-plist	Sun Jan 26 23:32:05 2014	(r341308)
+++ head/math/qhull5/pkg-plist	Sun Jan 26 23:32:24 2014	(r341309)
@@ -18,6 +18,8 @@ lib/libqhull.a
 lib/libqhull.la
 lib/libqhull.so
 lib/libqhull.so.5
+%%PORTDOCS%%man/man1/qhull.1.gz
+%%PORTDOCS%%man/man1/rbox.1.gz
 @comment These doc files must be ditributed even with NOPORTDOCS
 %%DOCSDIR%%/Announce.txt
 %%DOCSDIR%%/COPYING.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401262332.s0QNWOvi093656>