Skip to content

Commit

Permalink
sysutils/paicc: 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 dd20c06 commit b98ff07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sysutils/paicc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= paicc
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SUNSITE/utils/shell

Expand All @@ -8,7 +9,7 @@ COMMENT= Paint Changed Characters

USES= ncurses
MAKE_ENV+= BIN=${STAGEDIR}${PREFIX}/bin \
MAN=${STAGEDIR}${PREFIX}/man \
MAN=${STAGEDIR}${PREFIX}/share/man \
DATA=${STAGEDIR}${PREFIX}/libdata

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion sysutils/paicc/pkg-plist
@@ -1,3 +1,3 @@
bin/paicc
libdata/paiccmm.a
man/man1/paicc.1.gz
share/man/man1/paicc.1.gz

0 comments on commit b98ff07

Please sign in to comment.