diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-09 12:02:45 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-09 12:58:24 +0000 |
commit | 5231565726332adf892e6aa820c9eb229ae9df8c (patch) | |
tree | 4ef5a309bbf355333185adb0953d20532740aeb1 | |
parent | bea957aa67af0e4065c52c20a5fddfc252058bdf (diff) |
graphics/jpgtn: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/jpgtn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile index c65fa58b21bb..d73b0967a090 100644 --- a/graphics/jpgtn/Makefile +++ b/graphics/jpgtn/Makefile @@ -1,6 +1,6 @@ PORTNAME= jpgtn PORTVERSION= 2.06 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF SUNSITE/apps/graphics/misc @@ -13,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= jpeg GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} PLIST_FILES= bin/jpgtn \ - man/man1/jpgtn.1.gz + share/man/man1/jpgtn.1.gz WITH_MAXSIZE?= 2048 WITH_MINSIZE?= 1 |