diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 16:01:53 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 16:01:53 +0000 |
commit | 661e9f2083f8b6352d0ce144c3bae0a0a0fffcdd (patch) | |
tree | ea119e8b9dafe573e4c3c9c52b8be3ad2cc352c0 /graphics/sane-backends | |
parent | 28e3af7c554463221c338f39559e13a7d20d7ded (diff) | |
download | ports-661e9f2083f8b6352d0ce144c3bae0a0a0fffcdd.tar.gz ports-661e9f2083f8b6352d0ce144c3bae0a0a0fffcdd.zip |
Notes
Diffstat (limited to 'graphics/sane-backends')
-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 |