diff options
-rw-r--r-- | sysutils/mkfwimage/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mkfwimage/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mkfwimage/Makefile b/sysutils/mkfwimage/Makefile index 933b6bfc1290..65e7260a2188 100644 --- a/sysutils/mkfwimage/Makefile +++ b/sysutils/mkfwimage/Makefile @@ -11,6 +11,8 @@ 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 diff --git a/sysutils/mkfwimage/pkg-descr b/sysutils/mkfwimage/pkg-descr index fb0568ea7c93..bdea808a4941 100644 --- a/sysutils/mkfwimage/pkg-descr +++ b/sysutils/mkfwimage/pkg-descr @@ -14,4 +14,4 @@ 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/ |