diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:34:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:34:58 +0000 |
commit | 5db1987a34b00279cb0d5a5752ca705e2e3ed4e4 (patch) | |
tree | f936dcfe6ae893ccafeac7a07b0a57d862acfc14 /sysutils/megarc | |
parent | 6ead6f393ae0c2176a91b0b6bb75b5db4edd02e3 (diff) | |
download | ports-5db1987a34b00279cb0d5a5752ca705e2e3ed4e4.tar.gz ports-5db1987a34b00279cb0d5a5752ca705e2e3ed4e4.zip |
Notes
Diffstat (limited to 'sysutils/megarc')
-rw-r--r-- | sysutils/megarc/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/megarc/Makefile b/sysutils/megarc/Makefile index b93d4a3ad45e..10736d3b4cf5 100644 --- a/sysutils/megarc/Makefile +++ b/sysutils/megarc/Makefile @@ -8,7 +8,7 @@ PORTNAME= megarc PORTVERSION= 1.51 CATEGORIES= sysutils -MASTER_SITES= http://www.lsi.com/files/support/rsa/beta/drivers/ +MASTER_SITES= http://www.lsi.com/DistributionSystem/AssetDocument/files/support/rsa/beta/drivers/ DISTNAME= dr_freebsd_${PORTVERSION} MAINTAINER= gerrit.beine@gmx.de @@ -34,10 +34,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700000 -BROKEN= only works in FreeBSD 6.x and earlier -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |