Skip to content

Commit

Permalink
*: Move manpages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
arrowd committed Mar 10, 2024
1 parent ff3ca68 commit 290352f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 15 deletions.
1 change: 1 addition & 0 deletions www/tdom/Makefile
Expand Up @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tcl:tea

CONFIGURE_ARGS= --enable-threads --disable-tdomalloc
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
EXTRACT_AFTER_ARGS=--exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \
--exclude 'domalloc*' --exclude win

Expand Down
18 changes: 9 additions & 9 deletions www/tdom/pkg-plist
Expand Up @@ -4,15 +4,15 @@ lib/tdom%%PORTVERSION%%/libtdomstub%%PORTVERSION%%.a
lib/tdom%%PORTVERSION%%/pkgIndex.tcl
lib/tdom%%PORTVERSION%%/tdom.tcl
lib/tdomConfig.sh
man/mann/dom.n.gz
man/mann/domDoc.n.gz
man/mann/domNode.n.gz
man/mann/expat.n.gz
man/mann/expatapi.n.gz
man/mann/pullparser.n.gz
man/mann/schema.n.gz
man/mann/tdomcmd.n.gz
man/mann/tnc.n.gz
share/man/mann/dom.n.gz
share/man/mann/domDoc.n.gz
share/man/mann/domNode.n.gz
share/man/mann/expat.n.gz
share/man/mann/expatapi.n.gz
share/man/mann/pullparser.n.gz
share/man/mann/schema.n.gz
share/man/mann/tdomcmd.n.gz
share/man/mann/tnc.n.gz
%%PORTDOCS%%%%DOCSDIR%%/html/category-index.html
%%PORTDOCS%%%%DOCSDIR%%/html/dom.html
%%PORTDOCS%%%%DOCSDIR%%/html/domDoc.html
Expand Down
6 changes: 3 additions & 3 deletions x11-clocks/osdclock/Makefile
@@ -1,6 +1,6 @@
PORTNAME= osdclock
PORTVERSION= 0.5
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= x11-clocks
MASTER_SITES= http://leftorium.net/software/ \
LOCAL/novel
Expand All @@ -15,9 +15,9 @@ LIB_DEPENDS= libxosd.so:misc/xosd
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lpthread
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
PREFIX="${PREFIX}"
PREFIX="${PREFIX}" MANDIR="${PREFIX}/share/man"

PLIST_FILES= bin/osd_clock man/man1/osd_clock.1.gz
PLIST_FILES= bin/osd_clock share/man/man1/osd_clock.1.gz

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/osd_clock
Expand Down
4 changes: 3 additions & 1 deletion x11-clocks/xdaliclock-classic/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xdaliclock
PORTVERSION= 2.44
PORTREVISION= 1
CATEGORIES= x11-clocks
MASTER_SITES= https://www.jwz.org/xdaliclock/
PKGNAMESUFFIX= -classic
Expand All @@ -12,11 +13,12 @@ USES= xorg
USE_XORG= ice sm x11 xext xt

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PORTSCOUT= limit:^2\.44
CONFLICTS= xdaliclock
WRKSRC= ${WRKDIR}/${DISTNAME}/X11

PLIST_FILES= bin/xdaliclock \
man/man1/${PORTNAME}.1.gz
share/man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>
4 changes: 3 additions & 1 deletion x11-drivers/xf86-input-egalax/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xf86-input-egalax
PORTVERSION= 0.3
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= x11-drivers

MAINTAINER= glebius@FreeBSD.org
Expand All @@ -14,4 +14,6 @@ LICENSE= BSD2CLAUSE

USES= autoreconf xorg-cat:driver

GNU_CONFIGURE_MANPREFIX=${PREFIX}/share/man

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion x11-drivers/xf86-input-egalax/pkg-plist
@@ -1,2 +1,2 @@
lib/xorg/modules/input/egalax_drv.so
man/man4/egalax.4x.gz
share/man/man4/egalax.4x.gz

0 comments on commit 290352f

Please sign in to comment.