1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove always false/true due to OSVERSION.

This commit is contained in:
Edwin Groothuis 2007-10-05 00:34:54 +00:00
parent 0330b90006
commit 387f4a3b2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200873
4 changed files with 0 additions and 24 deletions

View File

@ -143,9 +143,6 @@ CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE}
#
# Before 4.0, pre-CAM scsiio.h existed
.if ${OSVERSION} < 400000
PLIST_SUB+= SCSICHG=''
.elif ${OSVERSION} >= 480000
.if ${ARCH} == "amd64"
PLIST_SUB+= SCSICHG='@comment '
.elif ${OSVERSION} >= 502000
@ -153,9 +150,6 @@ PLIST_SUB+= SCSICHG='@comment '
.else
PLIST_SUB+= SCSICHG=''
.endif
.else
PLIST_SUB+= SCSICHG='@comment '
.endif
# amanda-client part
.else

View File

@ -143,9 +143,6 @@ CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE}
#
# Before 4.0, pre-CAM scsiio.h existed
.if ${OSVERSION} < 400000
PLIST_SUB+= SCSICHG=''
.elif ${OSVERSION} >= 480000
.if ${ARCH} == "amd64"
PLIST_SUB+= SCSICHG='@comment '
.elif ${OSVERSION} >= 502000
@ -153,9 +150,6 @@ PLIST_SUB+= SCSICHG='@comment '
.else
PLIST_SUB+= SCSICHG=''
.endif
.else
PLIST_SUB+= SCSICHG='@comment '
.endif
# amanda-client part
.else

View File

@ -143,9 +143,6 @@ CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE}
#
# Before 4.0, pre-CAM scsiio.h existed
.if ${OSVERSION} < 400000
PLIST_SUB+= SCSICHG=''
.elif ${OSVERSION} >= 480000
.if ${ARCH} == "amd64"
PLIST_SUB+= SCSICHG='@comment '
.elif ${OSVERSION} >= 502000
@ -153,9 +150,6 @@ PLIST_SUB+= SCSICHG='@comment '
.else
PLIST_SUB+= SCSICHG=''
.endif
.else
PLIST_SUB+= SCSICHG='@comment '
.endif
# amanda-client part
.else

View File

@ -143,9 +143,6 @@ CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE}
#
# Before 4.0, pre-CAM scsiio.h existed
.if ${OSVERSION} < 400000
PLIST_SUB+= SCSICHG=''
.elif ${OSVERSION} >= 480000
.if ${ARCH} == "amd64"
PLIST_SUB+= SCSICHG='@comment '
.elif ${OSVERSION} >= 502000
@ -153,9 +150,6 @@ PLIST_SUB+= SCSICHG='@comment '
.else
PLIST_SUB+= SCSICHG=''
.endif
.else
PLIST_SUB+= SCSICHG='@comment '
.endif
# amanda-client part
.else