From 51d21e30cc306728e84144af4c2f2ba5cbb4baea Mon Sep 17 00:00:00 2001 From: erwin Date: Tue, 18 Jul 2006 13:12:42 +0000 Subject: Use the new IA32_BINARY_PORT instead of ONLY_FOR_ARCHS. PR: 100480 Submitted by: Gabor Kovesdan Sponsored by: Google SoC 2006 --- archivers/rar/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archivers/rar') diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 7220e27c2e72..de4b46b1ae41 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -7,6 +7,7 @@ PORTNAME= rar PORTVERSION= 3.51 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://files.rarlab.com/rar/ \ @@ -16,7 +17,7 @@ DISTNAME= rarbsd-3.5.1 MAINTAINER= gkovesdan@t-hosting.hu COMMENT= File archiver (binary port) -ONLY_FOR_ARCHS= i386 amd64 ia64 +IA32_BINARY_PORT= YES NO_PACKAGE= Only unmodified original package can be distributed NO_BUILD= yes WRKSRC= ${WRKDIR}/rar -- cgit