diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 22:17:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 22:17:04 +0800 |
commit | e378264b6da1976ead72341d27159de6ee106713 (patch) | |
tree | f204ed2b8f7cc3ea733219e6288e11ce0c5b1c6f /x11-wm/nickleby | |
parent | 8f87142a427ef462e7f704a872ac5e35fadd81bc (diff) | |
download | freebsd-ports-gnome-e378264b6da1976ead72341d27159de6ee106713.tar.gz freebsd-ports-gnome-e378264b6da1976ead72341d27159de6ee106713.tar.zst freebsd-ports-gnome-e378264b6da1976ead72341d27159de6ee106713.zip |
Fix build
Reported by: swills (jenkins)
Diffstat (limited to 'x11-wm/nickleby')
-rw-r--r-- | x11-wm/nickleby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/nickleby/Makefile b/x11-wm/nickleby/Makefile index 951565f03e33..c722180ede97 100644 --- a/x11-wm/nickleby/Makefile +++ b/x11-wm/nickleby/Makefile @@ -12,7 +12,7 @@ COMMENT= Simple window manager MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 -MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ +MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_MAN="${INSTALL_MAN}" PLIST_FILES= bin/nickleby \ man/man1/nickleby.1.gz |