From owner-freebsd-ports Sat Apr 10 20:32:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8804A153DA for ; Sat, 10 Apr 1999 20:32:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA82189; Sat, 10 Apr 1999 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) 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 ; 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 Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11071: Fix: security/identify Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11071 >Category: ports >Synopsis: Fix: security/identify >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 20:30:01 PDT 1999 >Closed-Date: >Last-Modified: >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 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message