mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
math/nauty: Install missing header nautycliquer.h
Also sort plist. PR: 258031 Approved by: moritz@schmi.tt (maintainer)
This commit is contained in:
parent
f41cab0fad
commit
d9d6e6a18e
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= nauty
|
||||
PORTVERSION= 27r1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://users.cecs.anu.edu.au/~bdm/nauty/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
@ -32,7 +32,7 @@ post-build:
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/nauty
|
||||
.for h in nauty.h nausparse.h traces.h naugroup.h
|
||||
.for h in nauty.h nautycliquer.h nausparse.h traces.h naugroup.h
|
||||
${INSTALL_DATA} ${WRKSRC}/${h} ${STAGEDIR}${PREFIX}/include/nauty
|
||||
.endfor
|
||||
# Do not use ${INSTALL_LIB} to strip the library!
|
||||
|
@ -1,4 +1,3 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/nug27.pdf
|
||||
bin/NRswitchg
|
||||
bin/addedgeg
|
||||
bin/amtog
|
||||
@ -42,9 +41,11 @@ bin/twohamg
|
||||
bin/underlyingg
|
||||
bin/vcolg
|
||||
bin/watercluster2
|
||||
include/nauty/nauty.h
|
||||
include/nauty/nausparse.h
|
||||
include/nauty/naugroup.h
|
||||
include/nauty/nausparse.h
|
||||
include/nauty/nauty.h
|
||||
include/nauty/nautycliquer.h
|
||||
include/nauty/traces.h
|
||||
lib/libnauty.a
|
||||
lib/libnauty.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/nug27.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user