diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-06-26 21:56:18 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-06-26 21:56:18 +0000 |
commit | 3f86696116674e3347b1f7375fdda10b9e803c95 (patch) | |
tree | caa0a3810cb4a3a3f47e1f2051f418a4a5042927 /net/unison232 | |
parent | 2631cd03cf7858151c2766851759a147b5bfe747 (diff) |
Notes
Diffstat (limited to 'net/unison232')
-rw-r--r-- | net/unison232/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 5727dd3c6f91..0363d9e7483a 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -60,7 +60,7 @@ post-patch: post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} - ${MAKE_CMD} -C ${WRKSRC} UISTYLE=text NAME=${PORTNAME}-text + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} CFLAGS="" UISTYLE=text NAME=${PORTNAME}-text @cd ${WRKSRC}/win32rc && ${LOCALBASE}/bin/icotool -x U.ico .endif |