aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-25 20:26:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-25 20:28:25 +0000
commitd9d6e6a18e50d4ce21777d4bd5006caa585abc41 (patch)
tree6bf4f19bed63555b9307dcd291f703c62a03d0c2
parentf41cab0fade0722df7e0b5c34ace200967399ea7 (diff)
downloadports-d9d6e6a18e50d4ce21777d4bd5006caa585abc41.tar.gz
ports-d9d6e6a18e50d4ce21777d4bd5006caa585abc41.zip
math/nauty: Install missing header nautycliquer.h
Also sort plist. PR: 258031 Approved by: moritz@schmi.tt (maintainer)
-rw-r--r--math/nauty/Makefile4
-rw-r--r--math/nauty/pkg-plist7
2 files changed, 6 insertions, 5 deletions
diff --git a/math/nauty/Makefile b/math/nauty/Makefile
index 40c055e44331..d2ce334366f6 100644
--- a/math/nauty/Makefile
+++ b/math/nauty/Makefile
@@ -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!
diff --git a/math/nauty/pkg-plist b/math/nauty/pkg-plist
index bee3efadbe55..0ad268c2c22b 100644
--- a/math/nauty/pkg-plist
+++ b/math/nauty/pkg-plist
@@ -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