aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda25-server/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-05 00:34:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-05 00:34:54 +0000
commit387f4a3b2ae731ef1a61b9489c8ec228896c996e (patch)
tree301c09dcd9b3d2e51e27efb68bcb398626318256 /misc/amanda25-server/Makefile
parent0330b900062b80aa9d244a0afa2d5b9360cbc624 (diff)
downloadports-387f4a3b2ae731ef1a61b9489c8ec228896c996e.tar.gz
ports-387f4a3b2ae731ef1a61b9489c8ec228896c996e.zip
Remove always false/true due to OSVERSION.
Notes
Notes: svn path=/head/; revision=200873
Diffstat (limited to 'misc/amanda25-server/Makefile')
-rw-r--r--misc/amanda25-server/Makefile6
1 files changed, 0 insertions, 6 deletions
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