diff --git a/sysutils/mkfwimage/Makefile b/sysutils/mkfwimage/Makefile index 1a0dead7f761..933b6bfc1290 100644 --- a/sysutils/mkfwimage/Makefile +++ b/sysutils/mkfwimage/Makefile @@ -11,7 +11,10 @@ DISTNAME= ubnt-${PORTNAME}-${DISTVERSION} MAINTAINER= adrian@FreeBSD.org COMMENT= Ubiquiti Embedded Board Image Generator +MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX} PLIST_FILES= bin/mkfwimage -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkfwimage + .include