- Add LICENSE_FILE
- Remove BROKEN, this builds fine at least on mips
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user