git: 31b0994c7ac8 - main - print/psdim: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:17:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=31b0994c7ac808d2b98b695589ddc37e71a35331 commit 31b0994c7ac808d2b98b695589ddc37e71a35331 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:06:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:06:26 +0000 print/psdim: Moved man to share/man Approved by: portmgr (blanket) --- print/psdim/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print/psdim/Makefile b/print/psdim/Makefile index 6a7da719ece2..fb2f727bdbaa 100644 --- a/print/psdim/Makefile +++ b/print/psdim/Makefile @@ -1,6 +1,6 @@ PORTNAME= psdim PORTVERSION= 1.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= print MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/ @@ -13,8 +13,8 @@ LICENSE= GPLv2 USES= ghostscript HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/share/man -PLIST_FILES= bin/psdim man/man1/psdim.1.gz +PLIST_FILES= bin/psdim share/man/man1/psdim.1.gz .include <bsd.port.mk>