diff options
author | nsayer <nsayer@FreeBSD.org> | 2002-10-21 10:31:08 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2002-10-21 10:31:08 +0800 |
commit | 2c6d803fc76f215d8ab6d32d8e87c4a3c1d90a84 (patch) | |
tree | 1a3c1425171f15298edbb7ea8ac9ce615b5c9f43 /security/identify | |
parent | ec93ba9f33c476e559d01cfd1d90a2233e003ea7 (diff) | |
download | freebsd-ports-graphics-2c6d803fc76f215d8ab6d32d8e87c4a3c1d90a84.tar.gz freebsd-ports-graphics-2c6d803fc76f215d8ab6d32d8e87c4a3c1d90a84.tar.zst freebsd-ports-graphics-2c6d803fc76f215d8ab6d32d8e87c4a3c1d90a84.zip |
Release all my ports.
kris made it clear that by his measure I'm not doing my job as a port
maintainer. Far be it from me to be an obstruction to the project.
Diffstat (limited to 'security/identify')
-rw-r--r-- | security/identify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/identify/Makefile b/security/identify/Makefile index 97557460e37..fd5307ff055 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.7 CATEGORIES= security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/ -MAINTAINER= nsayer@freebsd.org +MAINTAINER= ports@freebsd.org BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident |