From mharo@patrol.area51.fremont.ca.us Sat Apr 10 20:25:10 1999
Return-Path: <mharo@patrol.area51.fremont.ca.us>
Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76])
	by hub.freebsd.org (Postfix) with ESMTP id C632314DF0
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Apr 1999 20:25:09 -0700 (PDT)
	(envelope-from mharo@patrol.area51.fremont.ca.us)
Received: (from mharo@localhost)
	by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id UAA33217;
	Sat, 10 Apr 1999 20:22:56 -0700 (PDT)
	(envelope-from mharo)
Message-Id: <199904110322.UAA33217@patrol.area51.fremont.ca.us>
Date: Sat, 10 Apr 1999 20:22:56 -0700 (PDT)
From: mharo@area51.fremont.ca.us
Sender: mharo@patrol.area51.fremont.ca.us
Reply-To: mharo@area51.fremont.ca.us
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fix: security/identify
X-Send-Pr-Version: 3.2

>Number:         11071
>Category:       ports
>Synopsis:       Fix: security/identify
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 10 20:30:01 PDT 1999
>Closed-Date:    Sun Apr 11 15:41:18 PDT 1999
>Last-Modified:  Sun Apr 11 15:42:23 PDT 1999
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Changes:
	- BUILD_DEPENDS was missing an S and wasn't in the proper form.
	- Was installing into a directory but not removing it with the rest 
	  of the package.
	- Now supports NOPORTDOCS (which isn't documented in Mk/bsd.port.mk)

portlint: 0 warnings, 0 errors
patches:  0 new, 0 removed

supports PREFIX: yes
supports CFLAGS: yes

>How-To-Repeat:

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/identify/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	1999/04/02 19:19:55	1.2
+++ Makefile	1999/04/11 03:19:55
@@ -12,6 +12,13 @@
 
 MAINTAINER=	nsayer@quack.kfu.com
 
-BUILD_DEPEND=	${PORTSDIR}/security/libident
+BUILD_DEPENDS=	${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident
+
+do-install: 
+	${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${PREFIX}/share/doc/identify
+	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/identify
+.endif
 
 .include <bsd.port.mk>
Index: pkg/PLIST
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/identify/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST	1999/04/02 19:07:30	1.1.1.1
+++ PLIST	1999/04/11 03:16:18
@@ -1,2 +1,3 @@
 libexec/identify
 share/doc/identify/README
+@dirrm share/doc/identify

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jseger 
State-Changed-When: Sun Apr 11 15:41:18 PDT 1999 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
