1
0
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:
Volker Stolz 2004-06-18 07:40:43 +00:00
parent a837ba0397
commit f705e7297e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111706
4 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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