Fix plist with NOPORTDOCS (at least temporarily, until installation of the docs
is really suppressed). Feature safe: yes
This commit is contained in:
parent
ae5b35f46a
commit
c091ba694d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257299
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= netgen
|
||||
PORTVERSION= 4.9.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ include/parallelinterface.hpp
|
|||
include/soldata.hpp
|
||||
lib/libnglib.la
|
||||
lib/libnglib.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ng4.pdf
|
||||
%%DOCSDIR%%/ng4.pdf
|
||||
%%DATADIR%%/boxcyl.geo
|
||||
%%DATADIR%%/circle_on_cube.geo
|
||||
%%DATADIR%%/cone.geo
|
||||
|
@ -63,4 +63,4 @@ lib/libnglib.so
|
|||
%%DATADIR%%/twocubes.geo
|
||||
%%DATADIR%%/twocyl.geo
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue