diff options
author | stephen <stephen@FreeBSD.org> | 2014-01-27 07:20:22 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-01-27 07:20:22 +0800 |
commit | 5c4d1c3e6b1fae5a4a55f44c6614dfaa544be1f7 (patch) | |
tree | fd1f2eac8a0c806782bcb032c168a2610df413a8 /math | |
parent | 7f9196c483a10a58e25745d4a9d8ed1211d3cdea (diff) | |
download | freebsd-ports-gnome-5c4d1c3e6b1fae5a4a55f44c6614dfaa544be1f7.tar.gz freebsd-ports-gnome-5c4d1c3e6b1fae5a4a55f44c6614dfaa544be1f7.tar.zst freebsd-ports-gnome-5c4d1c3e6b1fae5a4a55f44c6614dfaa544be1f7.zip |
- Implement staging.
Diffstat (limited to 'math')
-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 |