mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix the handling of type-apple.xml under @sample. PORTREVISION
bump for plist change. Committed under just-fix-it.
This commit is contained in:
parent
f383021b97
commit
c1364a4b63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413645
2 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= ImageMagick
|
||||
DISTVERSION= 6.9.3-8
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.imagemagick.org/download/ \
|
||||
|
@ -55,8 +56,8 @@ CPPFLAGS+= -isystem${LOCALBASE}/include
|
|||
LDFLAGS+= -Wl,-Y${LOCALBASE}/lib
|
||||
|
||||
SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \
|
||||
policy.xml quantization-table.xml thresholds.xml type-dejavu.xml \
|
||||
type-ghostscript.xml type-windows.xml type.xml
|
||||
policy.xml quantization-table.xml thresholds.xml type-apple.xml \
|
||||
type-dejavu.xml type-ghostscript.xml type-windows.xml type.xml
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ bin/stream
|
|||
@sample etc/ImageMagick-6/policy.xml.sample
|
||||
@sample etc/ImageMagick-6/quantization-table.xml.sample
|
||||
@sample etc/ImageMagick-6/thresholds.xml.sample
|
||||
@sample etc/ImageMagick-6/type-apple.xml
|
||||
@sample etc/ImageMagick-6/type-apple.xml.sample
|
||||
@sample etc/ImageMagick-6/type-dejavu.xml.sample
|
||||
@sample etc/ImageMagick-6/type-ghostscript.xml.sample
|
||||
@sample etc/ImageMagick-6/type-windows.xml.sample
|
||||
|
|
Loading…
Add table
Reference in a new issue