diff --git a/textproc/pdfresurrect/Makefile b/textproc/pdfresurrect/Makefile index f6bb08922687..9b7e5cfd2d89 100644 --- a/textproc/pdfresurrect/Makefile +++ b/textproc/pdfresurrect/Makefile @@ -1,27 +1,29 @@ PORTNAME= pdfresurrect DISTVERSIONPREFIX= v DISTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org COMMENT= Analyze and extract older versions of a pdf from the current pdf WWW= https://github.com/enferex/pdfresurrect LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gmake CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= enferex PLIST_FILES= bin/pdfresurrect \ - man/man1/pdfresurrect.1.gz + share/man/man1/pdfresurrect.1.gz post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pdfresurrect .include