mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
/usr/X11R6 doesn't have sbin.
Submitted by: Anders Andersson <anders@hack.org>
This commit is contained in:
parent
4961f304d6
commit
bc2291c7c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65709
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gkrellm
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils ipv6
|
||||
DISTNAME= ${PORTNAME}-2.0.1a
|
||||
MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \
|
||||
@ -37,7 +38,7 @@ ALL_TARGET= freebsd
|
||||
INSTALL_TARGET= install_netbsd
|
||||
|
||||
MAKE_ENV+= LOCALEDIR=${PREFIX}/share/locale INCLUDEDIR=${PREFIX}/include \
|
||||
INSTALLDIR=${PREFIX}/bin SINSTALLDIR=${PREFIX}/sbin \
|
||||
INSTALLDIR=${PREFIX}/bin SINSTALLDIR=${PREFIX}/bin \
|
||||
MANDIR=${MANPREFIX}/man/man1 SMANDIR=${MANPREFIX}/man/man8
|
||||
|
||||
CFLAGS+= -DSYSTEM_THEMES_DIR='\"${PREFIX}/share/gkrellm2/themes\"' \
|
||||
|
@ -7,9 +7,9 @@ PREFIX=%%PREFIX%%
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
if [ -x ${PREFIX}/sbin/gkrellmd -a \
|
||||
if [ -x ${PREFIX}/bin/gkrellmd -a \
|
||||
-f ${PREFIX}/etc/gkrellmd.conf ]; then
|
||||
${PREFIX}/sbin/gkrellmd &
|
||||
${PREFIX}/bin/gkrellmd &
|
||||
echo -n ' gkrellmd'
|
||||
fi
|
||||
;;
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/gkrellm
|
||||
sbin/gkrellmd
|
||||
bin/gkrellmd
|
||||
include/gkrellm2/gkrellm.h
|
||||
include/gkrellm2/gkrellm-public-proto.h
|
||||
%%PORTDOCS%%share/doc/gkrellm/COPYRIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user