mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
*: Move manpages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
35b49439d7
commit
f139e51116
12 changed files with 50 additions and 42 deletions
|
@ -32,6 +32,9 @@ X11_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile-nox11
|
||||||
post-patch-X11-off:
|
post-patch-X11-off:
|
||||||
@${REINPLACE_CMD} -e '/fonts/d' ${WRKSRC}/Makefile
|
@${REINPLACE_CMD} -e '/fonts/d' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e '/^MAN.DIR/s,/man,/share/man,' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MV} ${STAGEDIR}${PREFIX}/etc/mailcap \
|
${MV} ${STAGEDIR}${PREFIX}/etc/mailcap \
|
||||||
${STAGEDIR}${PREFIX}/etc/mailcap.sample
|
${STAGEDIR}${PREFIX}/etc/mailcap.sample
|
||||||
|
|
|
@ -30,23 +30,23 @@ bin/sun2mime
|
||||||
%%X11%%lib/metamail/fonts/fonts.dir
|
%%X11%%lib/metamail/fonts/fonts.dir
|
||||||
%%X11%%lib/metamail/fonts/fonts.alias
|
%%X11%%lib/metamail/fonts/fonts.alias
|
||||||
@sample etc/mailcap.sample
|
@sample etc/mailcap.sample
|
||||||
man/man1/audiocompose.1.gz
|
share/man/man1/audiocompose.1.gz
|
||||||
man/man1/audiosend.1.gz
|
share/man/man1/audiosend.1.gz
|
||||||
man/man1/extcompose.1.gz
|
share/man/man1/extcompose.1.gz
|
||||||
man/man1/getfilename.1.gz
|
share/man/man1/getfilename.1.gz
|
||||||
man/man1/mailto-hebrew.1.gz
|
share/man/man1/mailto-hebrew.1.gz
|
||||||
man/man1/mailto.1.gz
|
share/man/man1/mailto.1.gz
|
||||||
man/man1/metamail.1.gz
|
share/man/man1/metamail.1.gz
|
||||||
man/man1/metasend.1.gz
|
share/man/man1/metasend.1.gz
|
||||||
man/man1/mime.1.gz
|
share/man/man1/mime.1.gz
|
||||||
man/man1/mimencode.1.gz
|
share/man/man1/mimencode.1.gz
|
||||||
man/man1/mmencode.1.gz
|
share/man/man1/mmencode.1.gz
|
||||||
man/man1/patch-metamail.1.gz
|
share/man/man1/patch-metamail.1.gz
|
||||||
man/man1/richtext.1.gz
|
share/man/man1/richtext.1.gz
|
||||||
man/man1/showaudio.1.gz
|
share/man/man1/showaudio.1.gz
|
||||||
man/man1/showexternal.1.gz
|
share/man/man1/showexternal.1.gz
|
||||||
man/man1/shownonascii.1.gz
|
share/man/man1/shownonascii.1.gz
|
||||||
man/man1/showpartial.1.gz
|
share/man/man1/showpartial.1.gz
|
||||||
man/man1/showpicture.1.gz
|
share/man/man1/showpicture.1.gz
|
||||||
man/man1/splitmail.1.gz
|
share/man/man1/splitmail.1.gz
|
||||||
man/man4/mailcap.4.gz
|
share/man/man4/mailcap.4.gz
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= milter-greylist
|
PORTNAME= milter-greylist
|
||||||
PORTVERSION= 4.6.4
|
PORTVERSION= 4.6.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \
|
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \
|
||||||
http://fossies.org/unix/privat/
|
http://fossies.org/unix/privat/
|
||||||
|
@ -63,6 +64,7 @@ LDAP_USES= ldap
|
||||||
LIBS+= -lpthread
|
LIBS+= -lpthread
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS+= --with-user=mailnull \
|
CONFIGURE_ARGS+= --with-user=mailnull \
|
||||||
--with-libmilter=${MILTERBASE} \
|
--with-libmilter=${MILTERBASE} \
|
||||||
--enable-dnsrbl \
|
--enable-dnsrbl \
|
||||||
|
@ -78,9 +80,9 @@ PORTEXAMPLES= greylist.conf
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
|
||||||
${INSTALL_MAN} ${WRKSRC}/greylist.conf.5 \
|
${INSTALL_MAN} ${WRKSRC}/greylist.conf.5 \
|
||||||
${STAGEDIR}${PREFIX}/man/man5/
|
${STAGEDIR}${PREFIX}/share/man/man5/
|
||||||
${INSTALL_MAN} ${WRKSRC}/milter-greylist.8 \
|
${INSTALL_MAN} ${WRKSRC}/milter-greylist.8 \
|
||||||
${STAGEDIR}${PREFIX}/man/man8/
|
${STAGEDIR}${PREFIX}/share/man/man8/
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/milter-greylist \
|
${INSTALL_PROGRAM} ${WRKSRC}/milter-greylist \
|
||||||
${STAGEDIR}${PREFIX}/libexec/
|
${STAGEDIR}${PREFIX}/libexec/
|
||||||
${INSTALL_DATA} ${WRKSRC}/greylist.conf \
|
${INSTALL_DATA} ${WRKSRC}/greylist.conf \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
libexec/milter-greylist
|
libexec/milter-greylist
|
||||||
man/man5/greylist.conf.5.gz
|
share/man/man5/greylist.conf.5.gz
|
||||||
man/man8/milter-greylist.8.gz
|
share/man/man8/milter-greylist.8.gz
|
||||||
@sample etc/mail/greylist.conf.sample
|
@sample etc/mail/greylist.conf.sample
|
||||||
@dir(mailnull,mailnull,) /var/milter-greylist
|
@dir(mailnull,mailnull,) /var/milter-greylist
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= procmail
|
PORTNAME= procmail
|
||||||
PORTVERSION= 3.22
|
PORTVERSION= 3.22
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.ucsb.edu/pub/mirrors/procmail/ \
|
MASTER_SITES= ftp://ftp.ucsb.edu/pub/mirrors/procmail/ \
|
||||||
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ \
|
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ \
|
||||||
|
@ -34,7 +34,7 @@ PORTEXAMPLES= 1procmailrc 1rmail 2procmailrc 2rmail 3procmailrc 3rmail \
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config.h ${WRKSRC}/src/autoconf
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config.h ${WRKSRC}/src/autoconf
|
||||||
# Allow parallel builds (-jX) to work
|
# Allow parallel builds (-jX) to work
|
||||||
@${FIND} ${WRKSRC} -name 'Makefile*' | ${XARGS} ${REINPLACE_CMD} -E 's|cd (.+); (\$$\(MAKE\))|\2 -C \1|'
|
@${FIND} ${WRKSRC} -name 'Makefile*' | ${XARGS} ${REINPLACE_CMD} -E -e 's|cd (.+); (\$$\(MAKE\))|\2 -C \1|' -e '/^MANDIR/s|/man|/share/man|'
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/
|
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/
|
||||||
|
|
|
@ -2,9 +2,9 @@ bin/formail
|
||||||
@(,mail,2755) bin/lockfile
|
@(,mail,2755) bin/lockfile
|
||||||
bin/mailstat
|
bin/mailstat
|
||||||
@(,mail,6755) bin/procmail
|
@(,mail,6755) bin/procmail
|
||||||
man/man1/formail.1.gz
|
share/man/man1/formail.1.gz
|
||||||
man/man1/lockfile.1.gz
|
share/man/man1/lockfile.1.gz
|
||||||
man/man1/procmail.1.gz
|
share/man/man1/procmail.1.gz
|
||||||
man/man5/procmailex.5.gz
|
share/man/man5/procmailex.5.gz
|
||||||
man/man5/procmailrc.5.gz
|
share/man/man5/procmailrc.5.gz
|
||||||
man/man5/procmailsc.5.gz
|
share/man/man5/procmailsc.5.gz
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= flowd
|
PORTNAME= flowd
|
||||||
PORTVERSION= 0.9.1
|
PORTVERSION= 0.9.1
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= http://mindrot.org/files/flowd/
|
MASTER_SITES= http://mindrot.org/files/flowd/
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
USES= gmake shebangfix
|
USES= gmake shebangfix
|
||||||
SHEBANG_FILES= tools/*.pl
|
SHEBANG_FILES= tools/*.pl
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --localstatedir=/var
|
CONFIGURE_ARGS= --localstatedir=/var
|
||||||
USE_RC_SUBR= flowd
|
USE_RC_SUBR= flowd
|
||||||
PORTDOCS= README INSTALL
|
PORTDOCS= README INSTALL
|
||||||
|
|
|
@ -11,9 +11,9 @@ lib/libflowd.a
|
||||||
%%PERL%%%%PERL5_MAN3%%/Flowd.3.gz
|
%%PERL%%%%PERL5_MAN3%%/Flowd.3.gz
|
||||||
%%PERL%%%%SITE_ARCH%%/Flowd.pm
|
%%PERL%%%%SITE_ARCH%%/Flowd.pm
|
||||||
%%PERL%%%%SITE_ARCH%%/auto/Flowd/Flowd.so
|
%%PERL%%%%SITE_ARCH%%/auto/Flowd/Flowd.so
|
||||||
man/man5/flowd.conf.5.gz
|
share/man/man5/flowd.conf.5.gz
|
||||||
man/man8/flowd-reader.8.gz
|
share/man/man8/flowd-reader.8.gz
|
||||||
man/man8/flowd.8.gz
|
share/man/man8/flowd.8.gz
|
||||||
sbin/flowd
|
sbin/flowd
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.tools
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.tools
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flowinsert.pl
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flowinsert.pl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= openvpn
|
PORTNAME= openvpn
|
||||||
DISTVERSION= g20231109
|
DISTVERSION= g20231109
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= security net net-vpn
|
CATEGORIES= security net net-vpn
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
@ -30,6 +30,7 @@ SHEBANG_FILES= sample/sample-scripts/auth-pam.pl \
|
||||||
sample/sample-scripts/verify-cn
|
sample/sample-scripts/verify-cn
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS+= --enable-strict
|
CONFIGURE_ARGS+= --enable-strict
|
||||||
# set PLUGIN_LIBDIR so that unqualified plugin paths are found:
|
# set PLUGIN_LIBDIR so that unqualified plugin paths are found:
|
||||||
CONFIGURE_ENV+= PLUGINDIR="${PREFIX}/lib/openvpn/plugins"
|
CONFIGURE_ENV+= PLUGINDIR="${PREFIX}/lib/openvpn/plugins"
|
||||||
|
|
|
@ -2,8 +2,8 @@ include/openvpn-msg.h
|
||||||
include/openvpn-plugin.h
|
include/openvpn-plugin.h
|
||||||
lib/openvpn/plugins/openvpn-plugin-auth-pam.so
|
lib/openvpn/plugins/openvpn-plugin-auth-pam.so
|
||||||
lib/openvpn/plugins/openvpn-plugin-down-root.so
|
lib/openvpn/plugins/openvpn-plugin-down-root.so
|
||||||
man/man5/openvpn-examples.5.gz
|
share/man/man5/openvpn-examples.5.gz
|
||||||
man/man8/openvpn.8.gz
|
share/man/man8/openvpn.8.gz
|
||||||
sbin/openvpn
|
sbin/openvpn
|
||||||
libexec/openvpn-client.down
|
libexec/openvpn-client.down
|
||||||
libexec/openvpn-client.up
|
libexec/openvpn-client.up
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= openvpn
|
PORTNAME= openvpn
|
||||||
DISTVERSION= 2.6.8
|
DISTVERSION= 2.6.8
|
||||||
PORTREVISION?= 1
|
PORTREVISION?= 2
|
||||||
CATEGORIES= security net net-vpn
|
CATEGORIES= security net net-vpn
|
||||||
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
|
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
|
||||||
https://build.openvpn.net/downloads/releases/ \
|
https://build.openvpn.net/downloads/releases/ \
|
||||||
|
@ -25,6 +25,7 @@ SHEBANG_FILES= sample/sample-scripts/auth-pam.pl \
|
||||||
sample/sample-scripts/verify-cn
|
sample/sample-scripts/verify-cn
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS+= --enable-strict --with-crypto-library=openssl
|
CONFIGURE_ARGS+= --enable-strict --with-crypto-library=openssl
|
||||||
# set PLUGIN_LIBDIR so that unqualified plugin paths are found:
|
# set PLUGIN_LIBDIR so that unqualified plugin paths are found:
|
||||||
CONFIGURE_ENV+= PLUGINDIR="${PREFIX}/lib/openvpn/plugins"
|
CONFIGURE_ENV+= PLUGINDIR="${PREFIX}/lib/openvpn/plugins"
|
||||||
|
|
|
@ -4,7 +4,7 @@ lib/openvpn/plugins/openvpn-plugin-auth-pam.so
|
||||||
lib/openvpn/plugins/openvpn-plugin-down-root.so
|
lib/openvpn/plugins/openvpn-plugin-down-root.so
|
||||||
libexec/openvpn-client.down
|
libexec/openvpn-client.down
|
||||||
libexec/openvpn-client.up
|
libexec/openvpn-client.up
|
||||||
man/man5/openvpn-examples.5.gz
|
share/man/man5/openvpn-examples.5.gz
|
||||||
man/man8/openvpn.8.gz
|
share/man/man8/openvpn.8.gz
|
||||||
sbin/openvpn
|
sbin/openvpn
|
||||||
sbin/openvpn-client
|
sbin/openvpn-client
|
||||||
|
|
Loading…
Add table
Reference in a new issue