Skip to content

Commit

Permalink
net/dhcpcd-ui: 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 e1c72ef commit e763a27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion net/dhcpcd-ui/Makefile
@@ -1,6 +1,7 @@
PORTNAME= dhcpcd-ui
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.9
PORTREVISION= 1
CATEGORIES= net

MAINTAINER= driesm@FreeBSD.org
Expand All @@ -19,7 +20,7 @@ GH_ACCOUNT= NetworkConfiguration
GNU_CONFIGURE= yes

CONFIGURE_ARGS= --enable-notification \
--mandir=${MANPREFIX}/man \
--mandir=${PREFIX}/share/man \
--with-dhcpcd-online \
--with-icons

Expand Down
6 changes: 3 additions & 3 deletions net/dhcpcd-ui/pkg-plist
Expand Up @@ -2,9 +2,9 @@ bin/dhcpcd-curses
%%GTK3%%bin/dhcpcd-gtk
bin/dhcpcd-online
%%GTK3%%etc/xdg/autostart/dhcpcd-gtk.desktop
man/man8/dhcpcd-curses.8.gz
%%GTK3%%man/man8/dhcpcd-gtk.8.gz
man/man8/dhcpcd-online.8.gz
share/man/man8/dhcpcd-curses.8.gz
%%GTK3%%share/man/man8/dhcpcd-gtk.8.gz
share/man/man8/dhcpcd-online.8.gz
%%GTK3%%share/dhcpcd/icons/hicolor/16x16/actions/dialog-ok-apply.png
%%GTK3%%share/dhcpcd/icons/hicolor/16x16/actions/document-new.png
%%GTK3%%share/dhcpcd/icons/hicolor/16x16/actions/document-save.png
Expand Down

0 comments on commit e763a27

Please sign in to comment.