diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 084e6f2af64a7a37026b42439396fb80814b7ff3 (patch) | |
tree | 0a2ab527c09bd56fb7098f69adc715d629a7da97 /shells/scsh | |
parent | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (diff) | |
download | FreeBSD-ports-084e6f2af64a7a37026b42439396fb80814b7ff3.zip FreeBSD-ports-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.gz |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'shells/scsh')
-rw-r--r-- | shells/scsh/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index fb19aa0..a08ce25 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -6,13 +6,15 @@ # PORTNAME= scsh -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.1 CATEGORIES= shells lang MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ \ http://www2.cons.org:8000/freebsd-distfiles/ \ http://people.FreeBSD.org/~cracauer/freebsd-distfiles/ -MAINTAINER= cracauer@cons.org +MAINTAINER= cracauer@cons.org + +CONFIGURE_ENV+= LDFLAGS="-Wl,-E" .include <bsd.port.pre.mk> @@ -22,10 +24,6 @@ BROKEN= bus errors on unaligned accesses in scshvm GNU_CONFIGURE= yes -.if $(PORTOBJFORMAT) == elf -CONFIGURE_ENV+= LDFLAGS="-Wl,-E" -.endif - ALL_TARGET= enough MAN1= scsh.1 STRIP= |