diff options
author | tron <tron@pkgsrc.org> | 1999-03-12 15:51:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-12 15:51:20 +0000 |
commit | 662af81589ae914c4fe76f14e236a9751da34740 (patch) | |
tree | 007777f15259a9d7dad5d624f56d6d84e0daa805 /security/libident/Makefile | |
parent | 8d5704827eac155297f5ef8f8778a33fa12fcc0d (diff) | |
download | pkgsrc-662af81589ae914c4fe76f14e236a9751da34740.tar.gz |
Patches to adapt this package to NetBSD supplied by Greg A. Woods in
PR pkg/7141.
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r-- | security/libident/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 6c840d43eff..5276ead05be 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -2,17 +2,19 @@ # Version required: 0.21 # Date created: 9 October 1995 # Whom: torstenb@FreeBSD.ORG +# NetBSD port by: woods@planix.com (Greg A. Woods) # -# FreeBSD Id: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp +# $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 $ # DISTNAME= libident-0.21 CATEGORIES= devel net security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ -MAINTAINER= torstenb@FreeBSD.ORG +MAINTAINER= packages@NetBSD.org -ALL_TARGET= freebsd +ALL_TARGET= netbsd MAN3= ident.3 -.include <bsd.port.mk> +.include <../../mk/bsd.pkg.mk> |