mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/fand: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= fand
|
||||
DISTVERSION= 0.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= corey@electrickite.org
|
||||
@@ -13,9 +14,13 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= electrickite
|
||||
|
||||
PLIST_FILES= sbin/${PORTNAME} \
|
||||
man/man8/${PORTNAME}.8.gz \
|
||||
share/man/man8/${PORTNAME}.8.gz \
|
||||
etc/rc.d/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|man$$|share/man|g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user