mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Fix OPTION-handling w.r.t. sub-ports.
PR: ports/67834 Submitted by: maintainer
This commit is contained in:
parent
a837ba0397
commit
f705e7297e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111706
@ -24,6 +24,7 @@ USE_RC_SUBR= yes
|
||||
|
||||
SUBSYS?= server
|
||||
|
||||
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
.if ${SUBSYS} == client
|
||||
OPTIONS= INTERFACE_POLLING "interface polling support" on
|
||||
.endif
|
||||
|
@ -24,6 +24,7 @@ USE_RC_SUBR= yes
|
||||
|
||||
SUBSYS?= server
|
||||
|
||||
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
.if ${SUBSYS} == client
|
||||
OPTIONS= INTERFACE_POLLING "interface polling support" on
|
||||
.endif
|
||||
|
@ -24,6 +24,7 @@ USE_RC_SUBR= yes
|
||||
|
||||
SUBSYS?= server
|
||||
|
||||
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
.if ${SUBSYS} == client
|
||||
OPTIONS= INTERFACE_POLLING "interface polling support" on
|
||||
.endif
|
||||
|
@ -24,6 +24,7 @@ USE_RC_SUBR= yes
|
||||
|
||||
SUBSYS?= server
|
||||
|
||||
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
.if ${SUBSYS} == client
|
||||
OPTIONS= INTERFACE_POLLING "interface polling support" on
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user