aboutsummaryrefslogtreecommitdiff
path: root/net/tsocks/Makefile
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-09-06 10:37:04 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-09-06 10:37:04 +0000
commit245e4bd4a93649b257eba656a3ba370d6bfe9274 (patch)
tree478969353481a75ccf41daaa23240feb98be68c3 /net/tsocks/Makefile
parent11e45374a1b169b727959a5b1b2f3521766bdac2 (diff)
Notes
Diffstat (limited to 'net/tsocks/Makefile')
-rw-r--r--net/tsocks/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tsocks/Makefile b/net/tsocks/Makefile
index 09633b76c1fa..06bb8a43fbeb 100644
--- a/net/tsocks/Makefile
+++ b/net/tsocks/Makefile
@@ -6,7 +6,7 @@
PORTNAME= tsocks
PORTVERSION= 1.8.b5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://ftp1.sourceforge.net/tsocks/ \
@@ -20,13 +20,12 @@ COMMENT= Allow non SOCKS aware applications to use SOCKS without modification
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
-LDCONFIG_DIRS= ${PREFIX}/lib/tsocks
USE_REINPLACE= yes
WRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.b.*//}
CONFIGURE_ARGS= --with-conf=${PREFIX}/etc/tsocks.conf \
- --libdir=${LOCALBASE}/lib/tsocks
+ --libdir=${PREFIX}/lib
MAN1= tsocks.1
MAN5= tsocks.conf.5
@@ -94,6 +93,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|ufds|fds|g' ${WRKSRC}/tsocks.c
+ @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/tsocks
.if !defined(NOPORTDOCS)
post-install: