aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 12:06:26 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 12:06:26 +0000
commit31b0994c7ac808d2b98b695589ddc37e71a35331 (patch)
treec5bd1d1ba257d47beb9fe22f2e07b44a7ac1dffd /print
parent0148b8d0cd8c12c388e89007185d100e43276b8a (diff)
downloadports-31b0994c7ac808d2b98b695589ddc37e71a35331.tar.gz
ports-31b0994c7ac808d2b98b695589ddc37e71a35331.zip
Diffstat (limited to 'print')
-rw-r--r--print/psdim/Makefile6
1 files 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>