diff options
-rw-r--r-- | net/nylon/Makefile | 3 | ||||
-rw-r--r-- | net/nylon/distinfo | 2 | ||||
-rw-r--r-- | net/nylon/files/patch-src-Makefile.in | 11 |
3 files changed, 3 insertions, 13 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile index 05187c8a6973..c189e4482053 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -7,7 +7,7 @@ # PORTNAME= nylon -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/nylon/ @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes # Necessary for $PREFIX to work: +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libevent=${LOCALBASE} MAN1= nylon.1 diff --git a/net/nylon/distinfo b/net/nylon/distinfo index 32807a290a6e..9dce1fda323c 100644 --- a/net/nylon/distinfo +++ b/net/nylon/distinfo @@ -1 +1 @@ -MD5 (nylon-1.1.tar.gz) = 1c19da7e1b1518a0d93df74827d97d3f +MD5 (nylon-1.2.tar.gz) = ba95338fa19e7bc87689be1ac4a3581a diff --git a/net/nylon/files/patch-src-Makefile.in b/net/nylon/files/patch-src-Makefile.in deleted file mode 100644 index 67f4a4fb3cfb..000000000000 --- a/net/nylon/files/patch-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Mon Oct 21 19:32:41 2002 -+++ src/Makefile.in Mon Oct 21 19:33:00 2002 -@@ -92,7 +92,7 @@ - socks4.c socks5.c mirror.c cleanup.c misc.c - - --CFLAGS = @EVENTINC@ -Wall -g $(AM_CFLAGS) -+CFLAGS += @EVENTINC@ -Wall -g $(AM_CFLAGS) - LDADD = @EVENTLIB@ @LIBOBJS@ - - EXTRA_DIST = strlcpy.c strlcat.c setproctitle.c strsep.c err.c daemon.c |