mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Fix package build: Make installation from port and package equivalent again.
The package was missing the default dll.conf which also caused build failures further down the stream, eg. in graphics/hpoj. Bump PORTREV accordingly. Fix some grammar while here.
This commit is contained in:
parent
32d9ad4954
commit
0d62921a63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159054
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sane-backends
|
||||
PORTVERSION= 1.0.17
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://alioth.debian.org/download.php/1347/ \
|
||||
ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \
|
||||
@ -64,8 +64,8 @@ pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} "*** ATTENTION ***"
|
||||
@${ECHO} ""
|
||||
@${ECHO} "Old versions then 1.0.17_1 do not check if you change config files."
|
||||
@${ECHO} "If it's your case, press CTRL+C and copy your config files."
|
||||
@${ECHO} "Older versions than 1.0.17_1 do not check if you change config files."
|
||||
@${ECHO} "If that's the case for you, press CTRL+C and backup your config files."
|
||||
@${ECHO} ""
|
||||
|
||||
post-patch:
|
||||
|
@ -73,6 +73,7 @@ etc/sane.d/dist/dc210.conf
|
||||
etc/sane.d/dist/dc240.conf
|
||||
etc/sane.d/dist/dc25.conf
|
||||
etc/sane.d/dist/dll.conf
|
||||
@exec if test ! -e %D/etc/sane.d/dll.conf; then cp %D/etc/sane.d/dist/dll.conf %D/etc/sane.d/dll.conf; fi
|
||||
etc/sane.d/dist/dmc.conf
|
||||
etc/sane.d/dist/epson.conf
|
||||
etc/sane.d/dist/fujitsu.conf
|
||||
|
Loading…
Reference in New Issue
Block a user