- Add LICENSE_FILE

- Remove BROKEN, this builds fine at least on mips
This commit is contained in:
Dmitry Marakasov 2015-09-15 13:43:47 +00:00
parent 4a788b2e28
commit 5d7a3ca414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396962

View File

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