Index: head/sysutils/mkfwimage/Makefile =================================================================== --- head/sysutils/mkfwimage/Makefile (revision 446649) +++ head/sysutils/mkfwimage/Makefile (revision 446650) @@ -1,20 +1,22 @@ # Created by: Adrian Chadd # $FreeBSD$ PORTNAME= mkfwimage DISTVERSION= r1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LOCAL/adrian DISTNAME= ubnt-${PORTNAME}-${DISTVERSION} MAINTAINER= adrian@FreeBSD.org COMMENT= Ubiquiti Embedded Board Image Generator +LICENSE= GPLv2+ + MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX} PLIST_FILES= bin/mkfwimage post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkfwimage .include Index: head/sysutils/mkfwimage/pkg-descr =================================================================== --- head/sysutils/mkfwimage/pkg-descr (revision 446649) +++ head/sysutils/mkfwimage/pkg-descr (revision 446650) @@ -1,17 +1,17 @@ This is a tool to generate flash images for the embedded ubiquiti devices. It includes support for: * Routerstation * Routerstation Pro * LS-SR71 * XS-2 (?) * XS-5 (?) * XS2-8 (?) * XM (?) This particular tool is patched to build FreeBSD images rather than the default Linux-centric images. The only change is the addition of a separate "execute address" field, rather than assuming the kernel load address is the kernel execute address. -WWW: http://people.freebsd.org/~adrian/mkfwimage/ +WWW: https://people.freebsd.org/~adrian/mkfwimage/