Skip to content

Commit

Permalink
cad/admesh: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 22, 2024
1 parent 1b6126c commit 8bc53a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cad/admesh/Makefile
@@ -1,6 +1,7 @@
PORTNAME= admesh
DISTVERSIONPREFIX= v
DISTVERSION= 0.98.5
PORTREVISION= 1
CATEGORIES= cad

MAINTAINER= ports@FreeBSD.org
Expand All @@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool
USE_GITHUB= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes

OPTIONS_DEFINE= DOCS
Expand All @@ -25,7 +27,7 @@ PLIST_FILES= bin/admesh \
lib/libadmesh.so.1 \
lib/libadmesh.so.1.0.0 \
libdata/pkgconfig/libadmesh.pc \
man/man1/admesh.1.gz
share/man/man1/admesh.1.gz

do-install-DOCS-on:
@${RM} ${STAGEDIR}${DOCSDIR}/COPYING
Expand Down

0 comments on commit 8bc53a5

Please sign in to comment.