Fix the handling of type-apple.xml under @sample. PORTREVISION

bump for plist change.

Committed under just-fix-it.
This commit is contained in:
Adam Weinberger 2016-04-19 14:10:35 +00:00
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

View file

@ -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}

View file

@ -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