diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-05 08:34:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-05 08:34:54 +0800 |
commit | 03539e37025ba722173790712f46db61310f5cf4 (patch) | |
tree | 0bed1fadba10cfe28d03e9e35d66de54124a13f1 /misc | |
parent | f324eefe236728289e1ee148eb574f8f02414837 (diff) | |
download | freebsd-ports-gnome-03539e37025ba722173790712f46db61310f5cf4.tar.gz freebsd-ports-gnome-03539e37025ba722173790712f46db61310f5cf4.tar.zst freebsd-ports-gnome-03539e37025ba722173790712f46db61310f5cf4.zip |
Remove always false/true due to OSVERSION.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-server/Makefile | 6 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 6 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 6 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 6 |
4 files changed, 0 insertions, 24 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 1c8b25e98115..38124cbc07e1 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -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 diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 1c8b25e98115..38124cbc07e1 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -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 diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 1c8b25e98115..38124cbc07e1 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -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 diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 1c8b25e98115..38124cbc07e1 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -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 |