Skip to content

Commit

Permalink
textproc/pdfresurrect: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 22, 2024
1 parent 26d6e4a commit 55844ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion textproc/pdfresurrect/Makefile
@@ -1,6 +1,7 @@
PORTNAME= pdfresurrect
DISTVERSIONPREFIX= v
DISTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= textproc

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -13,13 +14,14 @@ 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
Expand Down

0 comments on commit 55844ad

Please sign in to comment.