mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
cad/leocad: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
6302f27e1d
commit
dcd1b9de28
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= leocad
|
PORTNAME= leocad
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 23.03
|
DISTVERSION= 23.03
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -18,7 +19,7 @@ GH_ACCOUNT= leozide
|
||||||
USE_QT= core gui concurrent network opengl printsupport widgets xml buildtools:build linguisttools:build
|
USE_QT= core gui concurrent network opengl printsupport widgets xml buildtools:build linguisttools:build
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
|
|
||||||
QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} MAN_DIR=${PREFIX}/man/man1 LDRAW_LIBRARY_PATH=${PREFIX}/share/ldraw
|
QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} MAN_DIR=${PREFIX}/share/man/man1 LDRAW_LIBRARY_PATH=${PREFIX}/share/ldraw
|
||||||
|
|
||||||
PORTSCOUT= limit:^[0-9\.]*$$ # to ignore the 'continuous' tag
|
PORTSCOUT= limit:^[0-9\.]*$$ # to ignore the 'continuous' tag
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/leocad
|
bin/leocad
|
||||||
man/man1/leocad.1.gz
|
share/man/man1/leocad.1.gz
|
||||||
share/applications/leocad.desktop
|
share/applications/leocad.desktop
|
||||||
share/icons/hicolor/128x128/apps/leocad.png
|
share/icons/hicolor/128x128/apps/leocad.png
|
||||||
share/icons/hicolor/128x128/mimetypes/application-vnd.leocad.png
|
share/icons/hicolor/128x128/mimetypes/application-vnd.leocad.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue