diff options
author | cracauer <cracauer@FreeBSD.org> | 1997-07-15 23:00:30 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1997-07-15 23:00:30 +0800 |
commit | 84c428b8b32938396e25bf70211e104c74e081c2 (patch) | |
tree | baf68ae2c6469759c9fe9a396fa16ef3c5ea3525 /shells | |
parent | 7274a0aba59b0fa842845a08b2ce8b8dd718579d (diff) | |
download | freebsd-ports-gnome-84c428b8b32938396e25bf70211e104c74e081c2.tar.gz freebsd-ports-gnome-84c428b8b32938396e25bf70211e104c74e081c2.tar.zst freebsd-ports-gnome-84c428b8b32938396e25bf70211e104c74e081c2.zip |
Forgot to disable NO_CDROM
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scsh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 0bc0091eb7b2..0647f8029496 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.2 1997/07/15 12:00:46 cracauer Exp $ +# $Id: Makefile,v 1.3 1997/07/15 13:45:33 cracauer Exp $ # DISTNAME= scsh-0.5.1 @@ -14,7 +14,6 @@ MAINTAINER= cracauer@cons.org GNU_CONFIGURE= yes -NO_CDROM= "Wait for next release by the author's request" ALL_TARGET= enough MAN1= scsh.1 STRIP= |