svn commit: r341309 - head/math/qhull5

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Jan 26 23:32:24 UTC 2014


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


More information about the svn-ports-all mailing list