From fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 5 Jan 2009 21:05:49 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- misc/amanda26-server/Makefile | 10 ---------- misc/amanda26-server/pkg-plist | 1 - 2 files changed, 11 deletions(-) (limited to 'misc/amanda26-server') diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index e707f6eaee5..81ebe69bf2b 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -154,16 +154,6 @@ RUN_DEPENDS+= aespipe:${PORTSDIR}/security/aespipe CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE} .endif -# -# Before 4.0, pre-CAM scsiio.h existed -.if ${ARCH} == "amd64" -PLIST_SUB+= SCSICHG='@comment ' -.elif ${OSVERSION} >= 502000 -PLIST_SUB+= SCSICHG='@comment ' -.else -PLIST_SUB+= SCSICHG='' -.endif - # amanda-client part .else diff --git a/misc/amanda26-server/pkg-plist b/misc/amanda26-server/pkg-plist index b946a403aa0..9fc973ba341 100644 --- a/misc/amanda26-server/pkg-plist +++ b/misc/amanda26-server/pkg-plist @@ -53,7 +53,6 @@ libexec/amanda/chg-multi libexec/amanda/chg-null libexec/amanda/chg-rait libexec/amanda/chg-rth -%%SCSICHG%%libexec/amanda/chg-scsi libexec/amanda/chg-zd-mtx libexec/amanda/chunker libexec/amanda/amidxtaped -- cgit