diff --git a/print/psdim/Makefile b/print/psdim/Makefile index 6a7da719ece2..fb2f727bdbaa 100644 --- a/print/psdim/Makefile +++ b/print/psdim/Makefile @@ -1,20 +1,20 @@ PORTNAME= psdim PORTVERSION= 1.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= print MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Calculates the optimal placement of the pages for n-up printing WWW= https://www.mathstat.dal.ca/~selinger/psdim/ 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