diff options
author | Patrick S. Gardella <patrick@FreeBSD.org> | 2000-10-18 16:06:59 +0000 |
---|---|---|
committer | Patrick S. Gardella <patrick@FreeBSD.org> | 2000-10-18 16:06:59 +0000 |
commit | 99ecdb95cba658c39a5ebbcf31e0b7be777b3af4 (patch) | |
tree | a3d7fd7894ec05150ea55baa17b9243ec30edbc1 /shells | |
parent | 9a04f01594e3b4326df014e41f2cc3517de8625b (diff) | |
download | ports-99ecdb95cba658c39a5ebbcf31e0b7be777b3af4.tar.gz ports-99ecdb95cba658c39a5ebbcf31e0b7be777b3af4.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/sash/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/sash/Makefile b/shells/sash/Makefile index 60147853fa94..60c26deee2ea 100644 --- a/shells/sash/Makefile +++ b/shells/sash/Makefile @@ -31,6 +31,5 @@ post-install: @(${GREP} -v ${PREFIX}/bin/sash /etc/shells.bak; \ ${ECHO} ${PREFIX}/bin/sash) > /etc/shells @${RM} /etc/shells.bak - strip ${PREFIX}/bin/sash .include <bsd.port.mk> |