diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-06-27 05:56:18 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-06-27 05:56:18 +0800 |
commit | 811b689acf99690d56d1e8ca0f04c9b58ae596cb (patch) | |
tree | caa0a3810cb4a3a3f47e1f2051f418a4a5042927 /net/unison | |
parent | b99fb742987807ab0a54d614588654eb35283a57 (diff) | |
download | freebsd-ports-gnome-811b689acf99690d56d1e8ca0f04c9b58ae596cb.tar.gz freebsd-ports-gnome-811b689acf99690d56d1e8ca0f04c9b58ae596cb.tar.zst freebsd-ports-gnome-811b689acf99690d56d1e8ca0f04c9b58ae596cb.zip |
Pass MAKE_ENV to MAKE_CMD.
Noticed by: bapt (in r359185)
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 8e69ecac27c5..e43070aebfae 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -60,7 +60,7 @@ post-patch: post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} - @${MAKE_CMD} -C ${WRKSRC} UISTYLE=text NAME=unison-text + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} CFLAGS="" UISTYLE=text NAME=unison-text @cd ${WRKSRC}/win32rc && ${LOCALBASE}/bin/icotool -x U.ico .endif |