diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:57:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:57:23 +0800 |
commit | d321f1763a78a6be5adfd46fb5036d640db55566 (patch) | |
tree | c5ec60c607361ad1397f09c1f3d11009832c21ce /shells/fish | |
parent | 9945eb084e64cb98322c9a704d7b07613777e6b6 (diff) | |
download | freebsd-ports-gnome-d321f1763a78a6be5adfd46fb5036d640db55566.tar.gz freebsd-ports-gnome-d321f1763a78a6be5adfd46fb5036d640db55566.tar.zst freebsd-ports-gnome-d321f1763a78a6be5adfd46fb5036d640db55566.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: shells)
Diffstat (limited to 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 92b1148299f2..6098f7b7d709 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread MAN1= fish.1 fish_indent.1 fish_pager.1 fishd.1 mimedb.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |