diff options
author | krion <krion@FreeBSD.org> | 2003-12-08 00:01:53 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-08 00:01:53 +0800 |
commit | e99de1deb2e662ef5274c6505d3aa04e99c3675f (patch) | |
tree | e2b7cc5e6611663984401eaaa8fe1372e1353e6e /graphics | |
parent | ed06e935eef40654bf3d8633440e7d43e31d332e (diff) | |
download | freebsd-ports-gnome-e99de1deb2e662ef5274c6505d3aa04e99c3675f.tar.gz freebsd-ports-gnome-e99de1deb2e662ef5274c6505d3aa04e99c3675f.tar.zst freebsd-ports-gnome-e99de1deb2e662ef5274c6505d3aa04e99c3675f.zip |
- Fix pkg-plist
PR: 60010
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 1 | ||||
-rw-r--r-- | graphics/sane-backends/pkg-plist | 28 |
2 files changed, 16 insertions, 13 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 61ab595c316f..bc7cd0ca8b15 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -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%/ \ diff --git a/graphics/sane-backends/pkg-plist b/graphics/sane-backends/pkg-plist index deca436e3011..186de77e6ddf 100644 --- a/graphics/sane-backends/pkg-plist +++ b/graphics/sane-backends/pkg-plist @@ -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 |