diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-29 02:37:14 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-29 02:37:14 +0000 |
commit | d0b3b873bbdeb20ca06f658c1235f69bbccfd864 (patch) | |
tree | 7504b9d164bfb542e3b140eb3f07da9df073f810 /lang/scsh/Makefile | |
parent | 5cd1788fa1bd505a5a345e8b55e4f0579987a91b (diff) | |
download | ports-d0b3b873bbdeb20ca06f658c1235f69bbccfd864.tar.gz ports-d0b3b873bbdeb20ca06f658c1235f69bbccfd864.zip |
Notes
Diffstat (limited to 'lang/scsh/Makefile')
-rw-r--r-- | lang/scsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile index 0647f8029496..8abc40aaca3d 100644 --- a/lang/scsh/Makefile +++ b/lang/scsh/Makefile @@ -3,7 +3,7 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.3 1997/07/15 13:45:33 cracauer Exp $ +# $Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp $ # DISTNAME= scsh-0.5.1 @@ -18,6 +18,8 @@ ALL_TARGET= enough MAN1= scsh.1 STRIP= +BROKEN_ELF= build + post-install: @strip ${PREFIX}/bin/scsh (cd ${WRKSRC} ; \ |