mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Fix pkg-plist
PR: 60010 Submitted by: Ports Fury
This commit is contained in:
parent
28e3af7c55
commit
661e9f2083
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95269
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sane-backends
|
||||
PORTVERSION= 1.0.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \
|
||||
ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \
|
||||
|
@ -308,17 +308,6 @@ sbin/saned
|
||||
%%PORTDOCS%%share/doc/sane/umax/umax.CHANGES
|
||||
%%PORTDOCS%%share/doc/sane/umax/umax.FAQ
|
||||
%%PORTDOCS%%share/doc/sane/umax/umax.TODO
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/umax
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/teco
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/sceptre
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/plustek
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/mustek_usb
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/mustek
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/matsushita
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/leo
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/gt68xx
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/canon
|
||||
%%PORTDOCS%%@dirrm share/doc/sane
|
||||
share/locale/bg/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/cs/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/de/LC_MESSAGES/sane-backends.mo
|
||||
@ -330,8 +319,21 @@ share/locale/no/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/pt/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/ru/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/sv/LC_MESSAGES/sane-backends.mo
|
||||
@exec mkdir %D/share/sane
|
||||
@exec mkdir %D/share/sane/gt68xx
|
||||
@unexec rmdir %D/share/sane/gt68xx 2>/dev/null || true
|
||||
@unexec rmdir %D/share/sane 2>/dev/null || true
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/umax
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/teco
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/sceptre
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/plustek
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/mustek_usb
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/mustek
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/matsushita
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/leo
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/gt68xx
|
||||
%%PORTDOCS%%@dirrm share/doc/sane/canon
|
||||
%%PORTDOCS%%@dirrm share/doc/sane
|
||||
@dirrm lib/sane
|
||||
@dirrm include/sane
|
||||
@dirrm etc/sane.d
|
||||
@dirrm share/sane/gt68xx
|
||||
@dirrm share/sane
|
||||
|
Loading…
Reference in New Issue
Block a user