mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
*: Move manpages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
ff3ca68472
commit
290352f2a7
6 changed files with 20 additions and 15 deletions
|
@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
USES= tcl:tea
|
USES= tcl:tea
|
||||||
|
|
||||||
CONFIGURE_ARGS= --enable-threads --disable-tdomalloc
|
CONFIGURE_ARGS= --enable-threads --disable-tdomalloc
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
EXTRACT_AFTER_ARGS=--exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \
|
EXTRACT_AFTER_ARGS=--exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \
|
||||||
--exclude 'domalloc*' --exclude win
|
--exclude 'domalloc*' --exclude win
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,15 @@ lib/tdom%%PORTVERSION%%/libtdomstub%%PORTVERSION%%.a
|
||||||
lib/tdom%%PORTVERSION%%/pkgIndex.tcl
|
lib/tdom%%PORTVERSION%%/pkgIndex.tcl
|
||||||
lib/tdom%%PORTVERSION%%/tdom.tcl
|
lib/tdom%%PORTVERSION%%/tdom.tcl
|
||||||
lib/tdomConfig.sh
|
lib/tdomConfig.sh
|
||||||
man/mann/dom.n.gz
|
share/man/mann/dom.n.gz
|
||||||
man/mann/domDoc.n.gz
|
share/man/mann/domDoc.n.gz
|
||||||
man/mann/domNode.n.gz
|
share/man/mann/domNode.n.gz
|
||||||
man/mann/expat.n.gz
|
share/man/mann/expat.n.gz
|
||||||
man/mann/expatapi.n.gz
|
share/man/mann/expatapi.n.gz
|
||||||
man/mann/pullparser.n.gz
|
share/man/mann/pullparser.n.gz
|
||||||
man/mann/schema.n.gz
|
share/man/mann/schema.n.gz
|
||||||
man/mann/tdomcmd.n.gz
|
share/man/mann/tdomcmd.n.gz
|
||||||
man/mann/tnc.n.gz
|
share/man/mann/tnc.n.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/category-index.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/category-index.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/dom.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/dom.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/domDoc.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/domDoc.html
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= osdclock
|
PORTNAME= osdclock
|
||||||
PORTVERSION= 0.5
|
PORTVERSION= 0.5
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= x11-clocks
|
CATEGORIES= x11-clocks
|
||||||
MASTER_SITES= http://leftorium.net/software/ \
|
MASTER_SITES= http://leftorium.net/software/ \
|
||||||
LOCAL/novel
|
LOCAL/novel
|
||||||
|
@ -15,9 +15,9 @@ LIB_DEPENDS= libxosd.so:misc/xosd
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -lpthread
|
LDFLAGS+= -L${LOCALBASE}/lib -lpthread
|
||||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
|
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:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/osd_clock
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/osd_clock
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= xdaliclock
|
PORTNAME= xdaliclock
|
||||||
PORTVERSION= 2.44
|
PORTVERSION= 2.44
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-clocks
|
CATEGORIES= x11-clocks
|
||||||
MASTER_SITES= https://www.jwz.org/xdaliclock/
|
MASTER_SITES= https://www.jwz.org/xdaliclock/
|
||||||
PKGNAMESUFFIX= -classic
|
PKGNAMESUFFIX= -classic
|
||||||
|
@ -12,11 +13,12 @@ USES= xorg
|
||||||
USE_XORG= ice sm x11 xext xt
|
USE_XORG= ice sm x11 xext xt
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
PORTSCOUT= limit:^2\.44
|
PORTSCOUT= limit:^2\.44
|
||||||
CONFLICTS= xdaliclock
|
CONFLICTS= xdaliclock
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}/X11
|
WRKSRC= ${WRKDIR}/${DISTNAME}/X11
|
||||||
|
|
||||||
PLIST_FILES= bin/xdaliclock \
|
PLIST_FILES= bin/xdaliclock \
|
||||||
man/man1/${PORTNAME}.1.gz
|
share/man/man1/${PORTNAME}.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xf86-input-egalax
|
PORTNAME= xf86-input-egalax
|
||||||
PORTVERSION= 0.3
|
PORTVERSION= 0.3
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= x11-drivers
|
CATEGORIES= x11-drivers
|
||||||
|
|
||||||
MAINTAINER= glebius@FreeBSD.org
|
MAINTAINER= glebius@FreeBSD.org
|
||||||
|
@ -14,4 +14,6 @@ LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USES= autoreconf xorg-cat:driver
|
USES= autoreconf xorg-cat:driver
|
||||||
|
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share/man
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
lib/xorg/modules/input/egalax_drv.so
|
lib/xorg/modules/input/egalax_drv.so
|
||||||
man/man4/egalax.4x.gz
|
share/man/man4/egalax.4x.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue