diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-09-03 03:42:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-09-03 03:42:43 +0000 |
commit | e0f259ff976a7ca49a68fe634e18a9ee69769f7b (patch) | |
tree | c8229c740f1ce657fef6b438350de773d2ee74fe | |
parent | 045354f52fb77f384fefb20435624ec435edef46 (diff) | |
download | ports-e0f259ff976a7ca49a68fe634e18a9ee69769f7b.tar.gz ports-e0f259ff976a7ca49a68fe634e18a9ee69769f7b.zip |
Notes
-rw-r--r-- | misc/hello/Makefile | 2 | ||||
-rw-r--r-- | net/libnet/Makefile | 2 | ||||
-rw-r--r-- | net/libnet10/Makefile | 2 | ||||
-rw-r--r-- | net/tdetect/Makefile | 2 | ||||
-rw-r--r-- | security/slush/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/misc/hello/Makefile b/misc/hello/Makefile index 026279af5f95..8c5582f42d5c 100644 --- a/misc/hello/Makefile +++ b/misc/hello/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= hello -MAINTAINER= shipley@dis.org +MAINTAINER= ports@FreeBSD.org COMMENT= A utility for saying hello to the world and reading email USE_PERL5_BUILD= YES diff --git a/net/libnet/Makefile b/net/libnet/Makefile index b25e34893af7..7a9ebf1b6ae8 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -13,7 +13,7 @@ CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnet/dist/ PKGNAMESUFFIX= 11 -MAINTAINER= shipley@dis.org +MAINTAINER= ports@FreeBSD.org COMMENT= A C library for creating IP packets GNU_CONFIGURE= yes diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile index 6a6a098b8965..6ea7bbe518b7 100644 --- a/net/libnet10/Makefile +++ b/net/libnet10/Makefile @@ -13,7 +13,7 @@ CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnet/dist/ PKGNAMESUFFIX= 10 -MAINTAINER= shipley@dis.org +MAINTAINER= ports@FreeBSD.org COMMENT= A C library for creating IP packets CFLAGS+= -fPIC diff --git a/net/tdetect/Makefile b/net/tdetect/Makefile index f96f765863e0..ce448bea41c0 100644 --- a/net/tdetect/Makefile +++ b/net/tdetect/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2 CATEGORIES= net MASTER_SITES= # disappeared -MAINTAINER= shipley@dis.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility for detecting traceroutes and reporting them via syslog pre-configure: diff --git a/security/slush/Makefile b/security/slush/Makefile index 701d142a3a03..7260cf9a0508 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= crypt/SSL/slush -MAINTAINER= shipley@dis.org +MAINTAINER= ports@FreeBSD.org COMMENT= A telnet-like application which uses a secure SSL channel GNU_CONFIGURE= yes |