svn commit: r341306 - head/math/qhull

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


Author: stephen
Date: Sun Jan 26 23:20:22 2014
New Revision: 341306
URL: http://svnweb.freebsd.org/changeset/ports/341306
QAT: https://qat.redports.org/buildarchive/r341306/

Log:
  - Implement staging.

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

Modified: head/math/qhull/Makefile
==============================================================================
--- head/math/qhull/Makefile	Sun Jan 26 23:15:37 2014	(r341305)
+++ head/math/qhull/Makefile	Sun Jan 26 23:20:22 2014	(r341306)
@@ -15,11 +15,8 @@ USES=		cmake
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-MAN1=	qhull.1 rbox.1
-
 CONFLICTS=	qhull-1.0* afni-[0-9]* qhull5-*
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's#share/man/man#man/man#g' \
 		${WRKSRC}/CMakeLists.txt

Modified: head/math/qhull/pkg-plist
==============================================================================
--- head/math/qhull/pkg-plist	Sun Jan 26 23:15:37 2014	(r341305)
+++ head/math/qhull/pkg-plist	Sun Jan 26 23:20:22 2014	(r341306)
@@ -59,6 +59,8 @@ lib/libqhull_p.so.6
 lib/libqhullcpp.a
 lib/libqhullstatic.a
 lib/libqhullstatic_p.a
+man/man1/qhull.1.gz
+man/man1/rbox.1.gz
 @dirrm include/libqhull
 @dirrm include/libqhullcpp
 %%PORTDOCS%%%%DOCSDIR%%/Announce.txt


More information about the svn-ports-all mailing list