diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
commit | f28d272707d9d301a0ddd999c7b84b81c86e9a0a (patch) | |
tree | 90d1cb3f6a475cff114d10d1718e8a277c726a87 /misc/amanda-server | |
parent | 0e158d3730bbc27bae25e16aa56d838a99160593 (diff) | |
download | ports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.tar.gz ports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.zip |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225300
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 10 | ||||
-rw-r--r-- | misc/amanda-server/pkg-plist | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index e707f6eaee5b..81ebe69bf2be 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-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/amanda-server/pkg-plist b/misc/amanda-server/pkg-plist index b946a403aa01..9fc973ba3414 100644 --- a/misc/amanda-server/pkg-plist +++ b/misc/amanda-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 |