Make htshd work with tcsh.

PR:		27564
Submitted by:	Yoshiyuki NAKAMICHI <nakamiti@ongs.gr.jp>
This commit is contained in:
George C A Reid 2001-05-29 18:10:57 +00:00
parent 4ede210029
commit 1a3c174951
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43283

View File

@ -7,6 +7,7 @@
PORTNAME= wapsh
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://www.exolution.de/wapsh/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -46,7 +47,7 @@ post-patch:
do-build:
(cd ${WRKSRC}/htshd && ${CC} ${CFLAGS} -o htshd htshd.c -lcrypt \
-lutil -DUSE_DEV_RANDOM=1)
-lutil -DUSE_DEV_RANDOM=1 -DHAVE_SETENV)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/htshd/htshd ${PREFIX}/sbin