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/psh | |
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/psh')
-rw-r--r-- | shells/psh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/psh/Makefile b/shells/psh/Makefile index 2f6425a67b92..e962c1886855 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -84,6 +84,7 @@ MAN3= Psh::Builtins::Alias.3 \ Psh::Strategy::Perlfunc_heavy.3 \ Psh::Strategy::Perlscript.3 +NO_STAGE= yes post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |