Skip to content

Commit

Permalink
multimedia/nostt: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent f33aa22 commit 42c8d33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions multimedia/nostt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nostt
DISTVERSION= 1.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia

MAINTAINER= ik@sjmulder.nl
Expand All @@ -16,9 +16,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
USE_GITHUB= yes
GH_ACCOUNT= sjmulder

MAKE_ARGS= MANPREFIX=${PREFIX}/man
MAKE_ARGS= MANPREFIX=${PREFIX}/share/man

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

.include <bsd.port.mk>

0 comments on commit 42c8d33

Please sign in to comment.