Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2015 13:43:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396962 - head/sysutils/gpart
Message-ID:  <201509151343.t8FDhmrJ001871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep 15 13:43:47 2015
New Revision: 396962
URL: https://svnweb.freebsd.org/changeset/ports/396962

Log:
  - Add LICENSE_FILE
  - Remove BROKEN, this builds fine at least on mips

Modified:
  head/sysutils/gpart/Makefile

Modified: head/sysutils/gpart/Makefile
==============================================================================
--- head/sysutils/gpart/Makefile	Tue Sep 15 13:43:34 2015	(r396961)
+++ head/sysutils/gpart/Makefile	Tue Sep 15 13:43:47 2015	(r396962)
@@ -12,6 +12,7 @@ MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Tries to recover lost partition tables and file systems
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake
 PLIST_FILES=	sbin/gpart man/man8/gpart.8.gz
@@ -20,10 +21,4 @@ CFLAGS+=	-std=c99
 OPTIONS_DEFINE=	STATIC
 STATIC_LDFLAGS=	-static
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
-BROKEN=		only compiles on i386 and amd64
-.endif
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509151343.t8FDhmrJ001871>