Skip to content

Commit

Permalink
print/pic2fig: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent b49f2d2 commit f23955f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions print/pic2fig/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pic2fig
PORTVERSION= 1.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= XCONTRIB/utilities

Expand All @@ -13,7 +13,7 @@ CFLAGS+= -Wno-return-type

WRKSRC= ${WRKDIR}/${PORTNAME}

PLIST_FILES= bin/pic2fig man/man1/pic2fig.1.gz
PLIST_FILES= bin/pic2fig share/man/man1/pic2fig.1.gz

.include <bsd.port.pre.mk>

Expand All @@ -23,6 +23,6 @@ CFLAGS+= -Wno-error=int-conversion

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pic2fig ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.post.mk>

0 comments on commit f23955f

Please sign in to comment.