aboutsummaryrefslogtreecommitdiff
path: root/shells/sash
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:57:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:57:23 +0000
commitf6e6105ff836ed6f4094a8f311d85b6a35799b9b (patch)
treec5ec60c607361ad1397f09c1f3d11009832c21ce /shells/sash
parenta65ed2e51bf631a6b8ab766f984bf33c686d239a (diff)
downloadports-f6e6105ff836ed6f4094a8f311d85b6a35799b9b.tar.gz
ports-f6e6105ff836ed6f4094a8f311d85b6a35799b9b.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: shells)
Notes
Notes: svn path=/head/; revision=327770
Diffstat (limited to 'shells/sash')
-rw-r--r--shells/sash/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/sash/Makefile b/shells/sash/Makefile
index 81e2e0328461..19f2c610f128 100644
--- a/shells/sash/Makefile
+++ b/shells/sash/Makefile
@@ -1,4 +1,4 @@
-# Created by: Patrick Gardella <patrick@freebsd.org>
+# Created by: Patrick Gardella <patrick@FreeBSD.org>
# $FreeBSD$
PORTNAME= sash
@@ -11,6 +11,7 @@ COMMENT= A Stand-Alone shell combining many common utilities
MAN1= sash.1
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sash ${PREFIX}/bin/sash
${INSTALL_MAN} ${WRKSRC}/sash.1 ${MAN1PREFIX}/man/man1/sash.1