summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
commit235481b52a44969361f4c688e6e9d10798bd35d9 (patch)
treed4069fbea1d4f696753c9b5ab1500babadc62de2 /net/socks5
parentmake figlist and showfigfonts executable (diff)
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Notes
Notes: svn path=/head/; revision=20898
Diffstat (limited to 'net/socks5')
-rw-r--r--net/socks5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index 07841593cda0..5d3962329ad4 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Apr 1996
# Whom: pst
#
-# $Id: Makefile,v 1.23 1999/01/06 04:49:29 imp Exp $
+# $Id: Makefile,v 1.24 1999/04/25 03:49:17 billf Exp $
#
DISTNAME= socks5-v1.0r9
@@ -58,5 +58,5 @@ CONFIGURE_ENV= LIBS=-lcrypt
.if ${OPSYS} != "OpenBSD" || ${ARCH} != "arc"
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.endif