diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 23:20:22 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 23:20:22 +0000 |
commit | 539586ebc64134c0ad0e2b970c6041652f298753 (patch) | |
tree | fd1f2eac8a0c806782bcb032c168a2610df413a8 /math/qhull | |
parent | 0da24155ee65efeb63ad73d403d58c91224b0133 (diff) | |
download | ports-539586ebc64134c0ad0e2b970c6041652f298753.tar.gz ports-539586ebc64134c0ad0e2b970c6041652f298753.zip |
Notes
Diffstat (limited to 'math/qhull')
-rw-r--r-- | math/qhull/Makefile | 3 | ||||
-rw-r--r-- | math/qhull/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 76b9e6648c6f..a3f4fe8542c2 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -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 diff --git a/math/qhull/pkg-plist b/math/qhull/pkg-plist index 975317c5d7fd..253fcfb8f0b2 100644 --- a/math/qhull/pkg-plist +++ b/math/qhull/pkg-plist @@ -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 |