diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 23:32:24 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 23:32:24 +0000 |
commit | e829a0f871b8e0e8b9fdb54442724a2f1df03bb4 (patch) | |
tree | e09f7596812ef30b43cdb58683e78ebc0df872d7 /math/qhull5 | |
parent | d1a51e7c6f7eb14a1323ebbe278307cc6a46e62f (diff) |
Notes
Diffstat (limited to 'math/qhull5')
-rw-r--r-- | math/qhull5/Makefile | 5 | ||||
-rw-r--r-- | math/qhull5/pkg-plist | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index d632052f73f9..a65d795b5619 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -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|" \ diff --git a/math/qhull5/pkg-plist b/math/qhull5/pkg-plist index 75d2a12ad700..80510a2da3e8 100644 --- a/math/qhull5/pkg-plist +++ b/math/qhull5/pkg-plist @@ -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 |