Skip to content

Commit

Permalink
irc/catgirl: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 23, 2024
1 parent 2f34795 commit b8ee8b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions irc/catgirl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= catgirl
PORTVERSION= 2.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= irc
MASTER_SITES= https://git.causal.agency/catgirl/snapshot/

Expand All @@ -16,10 +16,10 @@ USES= compiler:c++11-lang ncurses pkgconfig
LIB_DEPENDS+= libtls.so:security/libretls

HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/share/man

PLIST_FILES= bin/catgirl \
man/man1/catgirl.1.gz
share/man/man1/catgirl.1.gz

.include <bsd.port.pre.mk>

Expand Down

0 comments on commit b8ee8b0

Please sign in to comment.