svn commit: r396962 - head/sysutils/gpart

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 15 13:43:49 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list