- switch to compressed manpages
- clean catman on base deinstall
This commit is contained in:
parent
01b1472037
commit
95767424c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81199
2 changed files with 23 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= freebsd-uucp
|
||||
PORTVERSION= 1.06.1.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net comms
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR=dinoex
|
||||
|
@ -20,7 +20,6 @@ USE_BZIP2= yes
|
|||
MAN1= cu.1 uuconv.1 uucp.1 uulog.1 uuname.1 uupick.1 uustat.1 \
|
||||
uuto.1 uux.1
|
||||
MAN8= uuchk.8 uucico.8 uusched.8 uuxqt.8 uucpd.8
|
||||
MANCOMPRESSED= maybe
|
||||
VARLOG= uucp/common_sources/policy.h uucp/uucico/uucico.8 \
|
||||
uucp/uucp/uucp.1 uucp/uux/uux.1 uucp/uuxqt/uuxqt.8
|
||||
FIXME= etc/periodic/daily/340.uucp etc/periodic/daily/410.status-uucp \
|
||||
|
|
|
@ -2,6 +2,7 @@ etc/periodic/daily/340.uucp
|
|||
etc/periodic/daily/410.status-uucp
|
||||
etc/periodic/weekly/300.uucp
|
||||
etc/uucp/call.sample
|
||||
etc/uucp/config.sample
|
||||
etc/uucp/dial.sample
|
||||
etc/uucp/dialcode.sample
|
||||
etc/uucp/passwd.sample
|
||||
|
@ -24,6 +25,8 @@ usr/libexec/uucpd
|
|||
usr/sbin/uuchk
|
||||
usr/sbin/uuconv
|
||||
usr/share/info/uucp.info.gz
|
||||
@unexec install-info --delete /usr/share/info/uucp.info /usr/share/info/dir
|
||||
@unexec if [ -f /usr/share/info/dir ]; then if sed -e '1,/Menu:/d' /usr/share/info/dir | grep -q '^[*] '; then true; else rm /usr/share/info/dir; fi; fi
|
||||
usr/share/man/man1/cu.1.gz
|
||||
usr/share/man/man1/uuconv.1.gz
|
||||
usr/share/man/man1/uucp.1.gz
|
||||
|
@ -38,7 +41,24 @@ usr/share/man/man8/uucico.8.gz
|
|||
usr/share/man/man8/uusched.8.gz
|
||||
usr/share/man/man8/uuxqt.8.gz
|
||||
usr/share/man/man8/uucpd.8.gz
|
||||
@unexec rm -f %D/man/cat1/cu.1 %D/man/cat1/cu.1.gz
|
||||
@unexec rm -f %D/man/cat1/uuconv.1 %D/man/cat1/uuconv.1.gz
|
||||
@unexec rm -f %D/man/cat1/uucp.1 %D/man/cat1/uucp.1.gz
|
||||
@unexec rm -f %D/man/cat1/uulog.1 %D/man/cat1/uulog.1.gz
|
||||
@unexec rm -f %D/man/cat1/uuname.1 %D/man/cat1/uuname.1.gz
|
||||
@unexec rm -f %D/man/cat1/cu.1 %D/man/cat1/cu.1.gz
|
||||
@unexec rm -f %D/man/cat1/uuconv.1 %D/man/cat1/uuconv.1.gz
|
||||
@unexec rm -f %D/man/cat1/uucp.1 %D/man/cat1/uucp.1.gz
|
||||
@unexec rm -f %D/man/cat1/uulog.1 %D/man/cat1/uulog.1.gz
|
||||
@unexec rm -f %D/man/cat1/uuname.1 %D/man/cat1/uuname.1.gz
|
||||
@unexec rm -f %D/man/cat1/uupick.1 %D/man/cat1/uupick.1.gz
|
||||
@unexec rm -f %D/man/cat1/uustat.1 %D/man/cat1/uustat.1.gz
|
||||
@unexec rm -f %D/man/cat1/uuto.1 %D/man/cat1/uuto.1.gz
|
||||
@unexec rm -f %D/man/cat1/uux.1 usr/share/man/cat1/uux.1.gz
|
||||
@unexec rm -f %D/man/cat8/uuchk.8 %D/man/cat8/uuchk.8.gz
|
||||
@unexec rm -f %D/man/cat8/uucico.8 %D/man/cat8/uucico.8.gz
|
||||
@unexec rm -f %D/man/cat8/uusched.8 %D/man/cat8/uusched.8.gz
|
||||
@unexec rm -f %D/man/cat8/uuxqt.8 %D/man/cat8/uuxqt.8.gz
|
||||
@unexec rm -f %D/man/cat8/uucpd.8 %D/man/cat8/uucpd.8.gz
|
||||
@dirrm etc/uucp
|
||||
@dirrm usr/libexec/uucp
|
||||
@unexec install-info --delete /usr/share/info/uucp.info /usr/share/info/dir
|
||||
@unexec if [ -f /usr/share/info/dir ]; then if sed -e '1,/Menu:/d' /usr/share/info/dir | grep -q '^[*] '; then true; else rm /usr/share/info/dir; fi; fi
|
||||
|
|
Loading…
Reference in a new issue