diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 8ddb382ca214c..ceae9f8c620a7 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -1,5 +1,6 @@ PORTNAME= gifsicle PORTVERSION= 1.94 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://www.lcdf.org/gifsicle/ @@ -22,10 +23,11 @@ USES= cpe CPE_VENDOR= gifsicle_project GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PORTDOCS= NEWS.md README.md PLIST_FILES= bin/gifdiff bin/gifsicle \ - man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz + share/man/man1/gifdiff.1.gz share/man/man1/gifsicle.1.gz .if ${FLAVOR} == x11 USES+= xorg @@ -33,7 +35,7 @@ USE_XORG= ice sm x11 CONFIGURE_ARGS= --enable-gifview \ --with-x PLIST_FILES+= bin/gifview \ - man/man1/gifview.1.gz + share/man/man1/gifview.1.gz CONFLICTS_INSTALL= gifsicle-nox11 .else CONFLICTS_INSTALL= gifsicle