diff options
author | patrick <patrick@FreeBSD.org> | 2000-10-18 16:06:59 +0000 |
---|---|---|
committer | patrick <patrick@FreeBSD.org> | 2000-10-18 16:06:59 +0000 |
commit | e1ed925191fd456668df75fb95ea824342181c58 (patch) | |
tree | a784c031a0899ee37a4fb688d7966780feaf2a0b /shells/sash | |
parent | 266132ee0209d3b4d9a83f68e69e2e0e2047693e (diff) | |
download | FreeBSD-ports-e1ed925191fd456668df75fb95ea824342181c58.zip FreeBSD-ports-e1ed925191fd456668df75fb95ea824342181c58.tar.gz |
Remove an unnecessary "strip" line in post-install.
Submitted by: knu
Diffstat (limited to 'shells/sash')
-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 6014785..60c26de 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> |