diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-18 07:30:55 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-18 07:30:55 +0800 |
commit | c0f6e9ef534d506706846763428b373695e5272c (patch) | |
tree | 7890e0838e91a761571019eca930b7a6d736ae8c /net | |
parent | f71a76aa1e3ca7d4fa47161a691e0b688c906e02 (diff) | |
download | freebsd-ports-graphics-c0f6e9ef534d506706846763428b373695e5272c.tar.gz freebsd-ports-graphics-c0f6e9ef534d506706846763428b373695e5272c.tar.zst freebsd-ports-graphics-c0f6e9ef534d506706846763428b373695e5272c.zip |
change header file order
PR: 18055
Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
Diffstat (limited to 'net')
-rw-r--r-- | net/adns/Makefile | 6 | ||||
-rw-r--r-- | net/adns/files/patch-ac | 13 |
2 files changed, 16 insertions, 3 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile index 09fb109d31c..e9e333e11e0 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # -PORTNAME= adns -PORTVERSION= 0.7 -CATEGORIES= net +PORTNAME= adns +PORTVERSION= 0.7 +CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ MASTER_SITE_SUBDIR= adns diff --git a/net/adns/files/patch-ac b/net/adns/files/patch-ac new file mode 100644 index 00000000000..92ad32a2a37 --- /dev/null +++ b/net/adns/files/patch-ac @@ -0,0 +1,13 @@ +--- src/adns.h.orig Thu Mar 2 04:34:04 2000 ++++ src/adns.h Mon Apr 17 17:18:36 2000 +@@ -62,9 +62,9 @@ + + #include <stdio.h> + ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> +-#include <sys/types.h> + #include <sys/time.h> + #include <unistd.h> + |