mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Fix plist: delete ${PREFIX}/share/locale/rw/LC_MESSAGES that is not
listed in mtree/BSD.local.dist. Bump PORTREVISION since plist is changed. Submitted by: kris via pointyhat
This commit is contained in:
parent
dd9a2d2142
commit
76fba200be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148080
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= jwhois
|
||||
PORTVERSION= 3.2.3
|
||||
#PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= jwhois
|
||||
|
@ -23,3 +23,5 @@ etc/jwhois.conf.sample
|
||||
@unexec rmdir %D/var 2>/dev/null || true
|
||||
@unexec rmdir %D/man/sv/man1 2>/dev/null || true
|
||||
@unexec rmdir %D/man/sv 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw/LC_MESSAGES
|
||||
@unexec rmdir %D/share/locale/rw
|
||||
|
Loading…
Reference in New Issue
Block a user