security/unhide: Sanitize MANPREFIX

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 18:19:47 +01:00
parent c4c00f8a7e
commit 4d135d1927
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= unhide
DISTVERSIONPREFIX= v
DISTVERSION= 20210124
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= ntarmos@ceid.upatras.gr
@ -15,8 +16,8 @@ USE_GITHUB= yes
GH_ACCOUNT= YJesus
GH_PROJECT= Unhide
PLIST_FILES= man/man8/unhide.8.gz \
man/man8/unhide-tcp.8.gz \
PLIST_FILES= share/man/man8/unhide.8.gz \
share/man/man8/unhide-tcp.8.gz \
sbin/unhide \
sbin/unhide-tcp

View File

@ -1,7 +1,7 @@
--- /dev/null 2013-01-06 20:26:43.000000000 +0200
+++ Makefile 2013-01-06 20:26:46.000000000 +0200
@@ -0,0 +1,20 @@
+MANDIR := ${PREFIX}/man
+MANDIR := ${PREFIX}/share/man
+INSTALL_PROGRAM := /usr/bin/install -s -m 0700
+INSTALL_MAN := /usr/bin/install -m 0444
+GZIP_CMD := /usr/bin/gzip -9