Skip to content

Commit

Permalink
dns/sheerdns: 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 e2daf6c commit e56c495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dns/sheerdns/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sheerdns
PORTVERSION= 1.04
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://BSDforge.com/projects/source/dns/sheerdns/

Expand All @@ -17,7 +18,7 @@ USES= gmake tar:xz

WRKSRC= ${WRKDIR}/${PORTNAME}

PLIST_FILES= man/man8/sheerdns.8.gz sbin/sheerdns sbin/sheerdnshash
PLIST_FILES= share/man/man8/sheerdns.8.gz sbin/sheerdns sbin/sheerdnshash
PORTDOCS= sheerdns.html sheerdns.ps

OPTIONS_DEFINE= DOCS
Expand Down
2 changes: 1 addition & 1 deletion dns/sheerdns/files/patch-Makefile
Expand Up @@ -33,4 +33,4 @@
- install sheerdns.8 /usr/share/man/man8/
- install sheerdns.8 /usr/man/man8/
+ install sheerdnshash sheerdns $(DESTDIR)$(PREFIX)/sbin
+ install sheerdns.8 $(DESTDIR)$(MANPREFIX)/man/man8
+ install sheerdns.8 $(DESTDIR)$(PREFIX)/share/man/man8

0 comments on commit e56c495

Please sign in to comment.