summaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorgreid <greid@FreeBSD.org>2001-05-29 18:10:57 +0000
committergreid <greid@FreeBSD.org>2001-05-29 18:10:57 +0000
commit3e224b525afff6298362678a89bbbfc22971602e (patch)
tree03658c6bdd1c2df5987a913b9e091227b74db000 /shells
parent3863978c49da77d524f89671c37d15214212e6ee (diff)
downloadFreeBSD-ports-3e224b525afff6298362678a89bbbfc22971602e.zip
FreeBSD-ports-3e224b525afff6298362678a89bbbfc22971602e.tar.gz
Make htshd work with tcsh.
PR: 27564 Submitted by: Yoshiyuki NAKAMICHI <nakamiti@ongs.gr.jp>
Diffstat (limited to 'shells')
-rw-r--r--shells/wapsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/wapsh/Makefile b/shells/wapsh/Makefile
index dbc71ab..f503184 100644
--- a/shells/wapsh/Makefile
+++ b/shells/wapsh/Makefile
@@ -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
OpenPOWER on IntegriCloud