summaryrefslogtreecommitdiff
path: root/security/libident/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-03-12 15:51:20 +0000
committertron <tron>1999-03-12 15:51:20 +0000
commitb36dafdf8ae94d7efa41ba920c5513d19469c62f (patch)
tree007777f15259a9d7dad5d624f56d6d84e0daa805 /security/libident/Makefile
parent4e57ce2160ed8fa815d082e7663a21f78dbed19c (diff)
downloadpkgsrc-b36dafdf8ae94d7efa41ba920c5513d19469c62f.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/Makefile10
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>