diff options
author | jeh <jeh@FreeBSD.org> | 2004-02-26 10:16:24 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-02-26 10:16:24 +0800 |
commit | 191d66dd52108adbd1a05b53b076db4585fbe936 (patch) | |
tree | 5a8f96c6ac06cdc8a3103f1db28a2cd19e993e71 /misc/amanda-server | |
parent | 7e97ca4e280502848c420108b40edbe530aa7932 (diff) | |
download | freebsd-ports-gnome-191d66dd52108adbd1a05b53b076db4585fbe936.tar.gz freebsd-ports-gnome-191d66dd52108adbd1a05b53b076db4585fbe936.tar.zst freebsd-ports-gnome-191d66dd52108adbd1a05b53b076db4585fbe936.zip |
Fix pkg-plist, none of the 5.x systems seem to have chg-scsi
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 13fb6a415094..8ea8a21e24fe 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 6 +PORTREVISION?= 7 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -29,10 +29,6 @@ PATCH_STRIP= .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= "Broken pkg-plist on !i386 and !amd64" -.endif - .if exists(/usr/include/sys/scsiio.h) .error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it. .endif @@ -144,7 +140,7 @@ PLIST_SUB+= SCSICHG='' .elif ${OSVERSION} >= 480000 .if ${MACHINE_ARCH} == "amd64" PLIST_SUB+= SCSICHG='@comment ' -.elif ${OSVERSION} >= 502000 && ${MACHINE_ARCH} == "i386" +.elif ${OSVERSION} >= 502000 PLIST_SUB+= SCSICHG='@comment ' .else PLIST_SUB+= SCSICHG='' |