mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
desthack: stop using MANPREFIX
While here prefer share/man over man for manpages
This commit is contained in:
parent
0834a31add
commit
6cd7e3c7a4
26 changed files with 41 additions and 39 deletions
|
@ -14,5 +14,5 @@ IGNORE= USES=desthack does not require args
|
||||||
. endif
|
. endif
|
||||||
|
|
||||||
GNU_CONFIGURE_PREFIX= \$${${DESTDIRNAME}}${PREFIX}
|
GNU_CONFIGURE_PREFIX= \$${${DESTDIRNAME}}${PREFIX}
|
||||||
GNU_CONFIGURE_MANPREFIX= \$${${DESTDIRNAME}}${MANPREFIX}
|
GNU_CONFIGURE_MANPREFIX= \$${${DESTDIRNAME}}${PREFIX}/share
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= dact
|
PORTNAME= dact
|
||||||
PORTVERSION= 0.8.42
|
PORTVERSION= 0.8.42
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
MASTER_SITES= http://www.rkeene.org/files/oss/dact/release/
|
MASTER_SITES= http://www.rkeene.org/files/oss/dact/release/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin/dact
|
bin/dact
|
||||||
@sample etc/dact.conf.sample
|
@sample etc/dact.conf.sample
|
||||||
lib/libdact.so
|
lib/libdact.so
|
||||||
man/man1/dact.1.gz
|
share/man/man1/dact.1.gz
|
||||||
%%DATADIR%%/cipher_chaos.so
|
%%DATADIR%%/cipher_chaos.so
|
||||||
%%DATADIR%%/cipher_psub.so
|
%%DATADIR%%/cipher_psub.so
|
||||||
%%DATADIR%%/cipher_serpent.so
|
%%DATADIR%%/cipher_serpent.so
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= ctags
|
PORTNAME= ctags
|
||||||
PORTVERSION= 5.8
|
PORTVERSION= 5.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
bin/exctags
|
bin/exctags
|
||||||
include/readtags.h
|
include/readtags.h
|
||||||
lib/readtags.o
|
lib/readtags.o
|
||||||
man/man1/exctags.1.gz
|
share/man/man1/exctags.1.gz
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= cvswrap
|
PORTNAME= cvswrap
|
||||||
PORTVERSION= 0.2
|
PORTVERSION= 0.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES+= LOCAL/alfred
|
MASTER_SITES+= LOCAL/alfred
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/cvswrap
|
bin/cvswrap
|
||||||
man/man1/cvswrap.1.gz
|
share/man/man1/cvswrap.1.gz
|
||||||
man/man5/cvswrap.conf.5.gz
|
share/man/man5/cvswrap.conf.5.gz
|
||||||
share/examples/cvswrap/accesscheck.c
|
share/examples/cvswrap/accesscheck.c
|
||||||
share/examples/cvswrap/cvswrap.conf
|
share/examples/cvswrap/cvswrap.conf
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= quilt
|
PORTNAME= quilt
|
||||||
PORTVERSION= 0.67
|
PORTVERSION= 0.67
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= SAVANNAH
|
MASTER_SITES= SAVANNAH
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@ bin/guards
|
||||||
bin/quilt
|
bin/quilt
|
||||||
etc/bash_completion.d/quilt
|
etc/bash_completion.d/quilt
|
||||||
etc/quilt.quiltrc
|
etc/quilt.quiltrc
|
||||||
man/man1/guards.1.gz
|
share/man/man1/guards.1.gz
|
||||||
man/man1/quilt.1.gz
|
share/man/man1/quilt.1.gz
|
||||||
share/emacs/site-lisp/quilt.el
|
share/emacs/site-lisp/quilt.el
|
||||||
%%NLS%%share/locale/de/LC_MESSAGES/quilt.mo
|
%%NLS%%share/locale/de/LC_MESSAGES/quilt.mo
|
||||||
%%NLS%%share/locale/fr/LC_MESSAGES/quilt.mo
|
%%NLS%%share/locale/fr/LC_MESSAGES/quilt.mo
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= rcs
|
PORTNAME= rcs
|
||||||
PORTVERSION= 5.7
|
PORTVERSION= 5.7
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
PKGNAMESUFFIX= 57
|
PKGNAMESUFFIX= 57
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= str
|
PORTNAME= str
|
||||||
PORTVERSION= 0.9.12
|
PORTVERSION= 0.9.12
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= OSSP/lib/${PORTNAME}
|
MASTER_SITES= OSSP/lib/${PORTNAME}
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@ lib/libstr.a
|
||||||
lib/libstr.so
|
lib/libstr.so
|
||||||
lib/libstr.so.9
|
lib/libstr.so.9
|
||||||
lib/libstr.so.9.0.32
|
lib/libstr.so.9.0.32
|
||||||
man/man1/str-config.1.gz
|
share/man/man1/str-config.1.gz
|
||||||
man/man3/str.3.gz
|
share/man/man3/str.3.gz
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= xwpe
|
PORTNAME= xwpe
|
||||||
PORTVERSION= 1.5.30a
|
PORTVERSION= 1.5.30a
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= SUNSITE/apps/editors/X \
|
MASTER_SITES= SUNSITE/apps/editors/X \
|
||||||
http://www.identicalsoftware.com/xwpe/ \
|
http://www.identicalsoftware.com/xwpe/ \
|
||||||
|
|
|
@ -2,10 +2,10 @@ bin/we
|
||||||
bin/wpe
|
bin/wpe
|
||||||
bin/xwe
|
bin/xwe
|
||||||
bin/xwpe
|
bin/xwpe
|
||||||
man/man1/we.1.gz
|
share/man/man1/we.1.gz
|
||||||
man/man1/wpe.1.gz
|
share/man/man1/wpe.1.gz
|
||||||
man/man1/xwe.1.gz
|
share/man/man1/xwe.1.gz
|
||||||
man/man1/xwpe.1.gz
|
share/man/man1/xwpe.1.gz
|
||||||
%%DATADIR%%/help.key
|
%%DATADIR%%/help.key
|
||||||
%%DATADIR%%/help.xwpe
|
%%DATADIR%%/help.xwpe
|
||||||
%%DATADIR%%/syntax_def
|
%%DATADIR%%/syntax_def
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= totd
|
PORTNAME= totd
|
||||||
PORTVERSION= 1.5.1
|
PORTVERSION= 1.5.1
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= https://BSDforge.com/projects/source/dns/totd/
|
MASTER_SITES= https://BSDforge.com/projects/source/dns/totd/
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ USE_RC_SUBR= totd
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
PLIST_FILES= "@sample etc/totd.conf.sample" \
|
PLIST_FILES= "@sample etc/totd.conf.sample" \
|
||||||
man/man8/totd.8.gz \
|
share/man/man8/totd.8.gz \
|
||||||
sbin/totd
|
sbin/totd
|
||||||
|
|
||||||
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ne_mesg.c \
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ne_mesg.c \
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= less
|
PORTNAME= less
|
||||||
PORTVERSION= 382.262.03.01
|
PORTVERSION= 382.262.03.01
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= japanese
|
CATEGORIES= japanese
|
||||||
|
|
||||||
MAINTAINER= hrs@FreeBSD.org
|
MAINTAINER= hrs@FreeBSD.org
|
||||||
|
@ -17,7 +18,7 @@ CONFIGURE_ARGS= --with-cs-regex
|
||||||
PORTDOCS= README.iso README.iso.jp README.lesw.euc \
|
PORTDOCS= README.iso README.iso.jp README.lesw.euc \
|
||||||
README.regex README.regex.jp README.ext.jp
|
README.regex README.regex.jp README.ext.jp
|
||||||
PLIST_FILES= bin/jless bin/jlesskey bin/jlessecho \
|
PLIST_FILES= bin/jless bin/jlesskey bin/jlessecho \
|
||||||
man/man1/jless.1.gz man/man1/jlesskey.1.gz
|
share/man/man1/jless.1.gz share/man/man1/jlesskey.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= awka
|
PORTNAME= awka
|
||||||
PORTVERSION= 0.7.5
|
PORTVERSION= 0.7.5
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= http://awka.sourceforge.net/
|
MASTER_SITES= http://awka.sourceforge.net/
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ bin/awka
|
||||||
lib/libawka.a
|
lib/libawka.a
|
||||||
lib/libawka.so
|
lib/libawka.so
|
||||||
include/libawka.h
|
include/libawka.h
|
||||||
man/man1/awka.1.gz
|
share/man/man1/awka.1.gz
|
||||||
man/man5/awka-elm.5.gz
|
share/man/man5/awka-elm.5.gz
|
||||||
man/man5/awka-elmref.5.gz
|
share/man/man5/awka-elmref.5.gz
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= logsurfer
|
PORTNAME= logsurfer
|
||||||
PORTVERSION= 1.8
|
PORTVERSION= 1.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 3
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= http://www.crypt.gen.nz/logsurfer/ \
|
MASTER_SITES= http://www.crypt.gen.nz/logsurfer/ \
|
||||||
ZI
|
ZI
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/logsurfer
|
bin/logsurfer
|
||||||
man/man1/logsurfer.1.gz
|
share/man/man1/logsurfer.1.gz
|
||||||
man/man4/logsurfer.conf.4.gz
|
share/man/man4/logsurfer.conf.4.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= es
|
PORTNAME= es
|
||||||
PORTVERSION= 0.9.b1
|
PORTVERSION= 0.9.b1
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= shells
|
CATEGORIES= shells
|
||||||
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
||||||
DISTNAME= es-0.9-beta1
|
DISTNAME= es-0.9-beta1
|
||||||
|
@ -16,6 +16,6 @@ CONFIGURE_ARGS= --with-readline
|
||||||
CFLAGS:= ${CFLAGS:N-O*}
|
CFLAGS:= ${CFLAGS:N-O*}
|
||||||
ALL_TARGET= es
|
ALL_TARGET= es
|
||||||
|
|
||||||
PLIST_FILES= bin/es man/man1/es.1.gz
|
PLIST_FILES= bin/es share/man/man1/es.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= zisofs-tools
|
PORTNAME= zisofs-tools
|
||||||
PORTVERSION= 1.0.8
|
PORTVERSION= 1.0.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= KERNEL_ORG/linux/utils/fs/zisofs
|
MASTER_SITES= KERNEL_ORG/linux/utils/fs/zisofs
|
||||||
|
|
||||||
|
@ -15,17 +15,13 @@ GNU_CONFIGURE= yes
|
||||||
MAKE_ARGS+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
MAKE_ARGS+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||||
|
|
||||||
PLIST_FILES= bin/mkzftree \
|
PLIST_FILES= bin/mkzftree \
|
||||||
man/man1/mkzftree.1.gz
|
share/man/man1/mkzftree.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= LFS DOCS
|
OPTIONS_DEFINE= LFS DOCS
|
||||||
OPTIONS_DEFAULT= LFS
|
OPTIONS_DEFAULT= LFS
|
||||||
LFS_DESC= Enable Large Files Support
|
LFS_DESC= Enable Large Files Support
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
LFS_CONFIGURE_ENABLE= largefile
|
||||||
|
|
||||||
.if ! ${PORT_OPTIONS:MLFS}
|
|
||||||
CONFIGURE_ARGS+= --disable-largefile
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= mxml
|
PORTNAME= mxml
|
||||||
DISTVERSION= 3.1
|
DISTVERSION= 3.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= https://github.com/michaelrsweet/mxml/releases/download/v${DISTVERSION}/
|
MASTER_SITES= https://github.com/michaelrsweet/mxml/releases/download/v${DISTVERSION}/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ lib/libmxml.so
|
||||||
lib/libmxml.so.1
|
lib/libmxml.so.1
|
||||||
lib/libmxml.so.1.6
|
lib/libmxml.so.1.6
|
||||||
libdata/pkgconfig/mxml.pc
|
libdata/pkgconfig/mxml.pc
|
||||||
man/man3/mxml.3.gz
|
share/man/man3/mxml.3.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||||
@comment %%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
@comment %%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/NOTICE
|
%%PORTDOCS%%%%DOCSDIR%%/NOTICE
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= hypermail
|
PORTNAME= hypermail
|
||||||
PORTVERSION= 2.4.0
|
PORTVERSION= 2.4.0
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= www mail
|
CATEGORIES= www mail
|
||||||
|
|
||||||
MAINTAINER= bapt@FreeBSD.org
|
MAINTAINER= bapt@FreeBSD.org
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
bin/hypermail
|
bin/hypermail
|
||||||
bin/msg2archive
|
bin/msg2archive
|
||||||
bin/rdmsg
|
bin/rdmsg
|
||||||
man/man1/hypermail.1.gz
|
share/man/man1/hypermail.1.gz
|
||||||
man/man4/hmrc.4.gz
|
share/man/man4/hmrc.4.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/archive_search.html
|
%%PORTDOCS%%%%DOCSDIR%%/archive_search.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/customizing.html
|
%%PORTDOCS%%%%DOCSDIR%%/customizing.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/hmrc.html
|
%%PORTDOCS%%%%DOCSDIR%%/hmrc.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue