diff options
author | tron <tron@pkgsrc.org> | 1999-03-12 15:59:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-12 15:59:17 +0000 |
commit | 85b6d4b1df588525d687a2a3108f60913c4bb861 (patch) | |
tree | 57d9c43adc829720650f20a4bfa5351abb02fd25 /security/libident/Makefile | |
parent | 43d609e5ac39a5f9bd9644f9660375482ab14cb7 (diff) | |
download | pkgsrc-85b6d4b1df588525d687a2a3108f60913c4bb861.tar.gz |
Fix header, remove "MAN3" and resort category list.
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r-- | security/libident/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 5276ead05be..95966795205 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,20 +1,12 @@ -# New ports collection makefile for: libident -# Version required: 0.21 -# Date created: 9 October 1995 -# Whom: torstenb@FreeBSD.ORG -# NetBSD port by: woods@planix.com (Greg A. Woods) -# -# $NetBSD: Makefile,v 1.2 1999/03/12 15:51:20 tron Exp $ -# $FreeBSD: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp $ -# +# $NetBSD: Makefile,v 1.3 1999/03/12 15:59:17 tron Exp $ +# FreeBSD ID: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp DISTNAME= libident-0.21 -CATEGORIES= devel net security +CATEGORIES= security devel net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ -MAINTAINER= packages@NetBSD.org +MAINTAINER= packages@netbsd.org ALL_TARGET= netbsd -MAN3= ident.3 .include <../../mk/bsd.pkg.mk> |