aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-04-20 18:39:54 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-04-20 18:39:54 +0000
commitc30a9ae245a9f8b018788ff38a85a12678894dc6 (patch)
tree80b18b04ef9ed3d3aa2dc4cb0427d12defba4e39 /net
parentcacac9a49f00ffa0c8930ad47974313e5961e5a7 (diff)
downloadports-c30a9ae245a9f8b018788ff38a85a12678894dc6.tar.gz
ports-c30a9ae245a9f8b018788ff38a85a12678894dc6.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/socks5/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index dcfcebb3a7eb..14d885752686 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -34,10 +34,12 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
${EXTRA_CONFIGURE_ARGS}
MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1
MAN5= libsocks5.conf.5 socks5.conf.5
-CONFIGURE_ENV= LIBS=-lcrypt
+CONFIGURE_ENV= LIBS=-lcrypt
+
+.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE="NEC requires that you grab the dist files from their web site at http://www.socks.nec.com/cgi-bin/download.pl . Please make sure you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR} and run make again."
+IGNORE="NEC requires that you grab the dist files from their web site at http://www.socks.nec.com/cgi-bin/download.pl . Please make sure you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR} and run make again"
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>