diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
commit | fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb (patch) | |
tree | 1f6b633bd7844aa504f407e530e6892e38d0b9c5 /misc/amanda32-server | |
parent | 54aa386a510858774daf943c9ab8069883f977c7 (diff) | |
download | freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.gz freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.zst freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r-- | misc/amanda32-server/Makefile | 10 | ||||
-rw-r--r-- | misc/amanda32-server/pkg-plist | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index e707f6eaee5b..81ebe69bf2be 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-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/amanda32-server/pkg-plist b/misc/amanda32-server/pkg-plist index b946a403aa01..9fc973ba3414 100644 --- a/misc/amanda32-server/pkg-plist +++ b/misc/amanda32-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 |