aboutsummaryrefslogtreecommitdiff
path: root/shells/wapsh
diff options
context:
space:
mode:
authorGeorge C A Reid <greid@FreeBSD.org>2001-05-29 18:10:57 +0000
committerGeorge C A Reid <greid@FreeBSD.org>2001-05-29 18:10:57 +0000
commit1a3c17495118dd8923abe75c2a163a9a658a208b (patch)
treed59e9f3fbb2551cf01a1a995f3038338c06701c2 /shells/wapsh
parent4ede210029d1ac61ed8af9bb0e911f2b552e9cf1 (diff)
downloadports-1a3c17495118dd8923abe75c2a163a9a658a208b.tar.gz
ports-1a3c17495118dd8923abe75c2a163a9a658a208b.zip
Notes
Diffstat (limited to 'shells/wapsh')
-rw-r--r--shells/wapsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/wapsh/Makefile b/shells/wapsh/Makefile
index dbc71ab25d26..f503184e9af3 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