aboutsummaryrefslogtreecommitdiffstats
path: root/misc/amanda32-server
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2004-02-07 21:57:56 +0800
committerjeh <jeh@FreeBSD.org>2004-02-07 21:57:56 +0800
commitf645a89131f574a557b9c5d0b37d4ea7fe938e2e (patch)
treec51e279a9c738fc2d8aae3cdb28b1b7f1be4f569 /misc/amanda32-server
parentaddd1b55d9c8f25ee66001ecff03f32987a5d03d (diff)
downloadfreebsd-ports-gnome-f645a89131f574a557b9c5d0b37d4ea7fe938e2e.tar.gz
freebsd-ports-gnome-f645a89131f574a557b9c5d0b37d4ea7fe938e2e.tar.zst
freebsd-ports-gnome-f645a89131f574a557b9c5d0b37d4ea7fe938e2e.zip
Fiddle with pkg-plist to make happy on 5.2 i386
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r--misc/amanda32-server/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile
index 9722db851388..582777abad0b 100644
--- a/misc/amanda32-server/Makefile
+++ b/misc/amanda32-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.4
-PORTREVISION?= 5
+PORTREVISION?= 6
PORTEPOCH= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -29,10 +29,6 @@ PATCH_STRIP=
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502000
-BROKEN= "Broken pkg-plist"
-.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,6 +140,8 @@ PLIST_SUB+= SCSICHG=''
.elif ${OSVERSION} >= 480000
.if ${MACHINE_ARCH} == "amd64"
PLIST_SUB+= SCSICHG='@comment '
+.elif ${OSVERSION} >= 502000 && ${MACHINE_ARCH} == "i386"
+PLIST_SUB+= SCSICHG='@comment '
.else
PLIST_SUB+= SCSICHG=''
.endif