diff options
author | jseger <jseger@FreeBSD.org> | 1998-09-29 10:37:14 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-09-29 10:37:14 +0800 |
commit | 6491130794991a068fb0757a8a067ffcf20539cd (patch) | |
tree | fbdb4f254f9b2e5d313f94d27aed187748f57341 | |
parent | 52015a22c50a22047be69e3d263f1f7cd5dd64bb (diff) | |
download | freebsd-ports-gnome-6491130794991a068fb0757a8a067ffcf20539cd.tar.gz freebsd-ports-gnome-6491130794991a068fb0757a8a067ffcf20539cd.tar.zst freebsd-ports-gnome-6491130794991a068fb0757a8a067ffcf20539cd.zip |
Mark BROKEN for ELF.
-rw-r--r-- | lang/scsh/Makefile | 4 | ||||
-rw-r--r-- | shells/scsh/Makefile | 4 |
2 files changed, 6 insertions, 2 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} ; \ diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 0647f8029496..8abc40aaca3d 100644 --- a/shells/scsh/Makefile +++ b/shells/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} ; \ |