diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-05 00:34:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-05 00:34:54 +0000 |
commit | 387f4a3b2ae731ef1a61b9489c8ec228896c996e (patch) | |
tree | 301c09dcd9b3d2e51e27efb68bcb398626318256 /misc/amanda-server | |
parent | 0330b900062b80aa9d244a0afa2d5b9360cbc624 (diff) | |
download | ports-387f4a3b2ae731ef1a61b9489c8ec228896c996e.tar.gz ports-387f4a3b2ae731ef1a61b9489c8ec228896c996e.zip |
Notes
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 6 |
1 files changed, 0 insertions, 6 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 |