View | Details | Raw Unified | Return to bug 200716 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/lsof/Makefile (-1 / +36 lines)
Lines 25-30 Link Here
25
MAINTAINER=	ler@lerctr.org
25
MAINTAINER=	ler@lerctr.org
26
COMMENT=	Lists information about open files (similar to fstat(1))
26
COMMENT=	Lists information about open files (similar to fstat(1))
27
27
28
LICENSE=lsof
29
LICENSE_NAME=lsof
30
LICENSE_TEXT=Lsof has no license.  Its use and distribution are subject to these \
31
terms and conditions, found in each lsof source file.  (The copyright \
32
year in or format of the notice may vary slightly.) \
33
 \
34
    /* \
35
     * Copyright 2002 Purdue Research Foundation, West Lafayette, \
36
     * Indiana 47907.  All rights reserved. \
37
     * \
38
     * Written by Victor A. Abell \
39
     * \
40
     * This software is not subject to any license of the American \
41
     * Telephone and Telegraph Company or the Regents of the \
42
     * University of California. \
43
     * \
44
     * Permission is granted to anyone to use this software for \
45
     * any purpose on any computer system, and to alter it and \
46
     * redistribute it freely, subject to the following \
47
     * restrictions: \
48
     * \
49
     * 1. Neither the authors nor Purdue University are responsible \
50
     *    for any consequences of the use of this software. \
51
     * \
52
     * 2. The origin of this software must not be misrepresented, \
53
     *    either by explicit claim or by omission.  Credit to the \
54
     *    authors and Purdue University must appear in documentation \
55
     *    and sources. \
56
     * \
57
     * 3. Altered versions must be plainly marked as such, and must \
58
     *    not be misrepresented as being the original software. \
59
     * \
60
     * 4. This notice may not be removed or altered. \
61
     */
62
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
63
28
#Please leave the below line in for the next clean up.
64
#Please leave the below line in for the next clean up.
29
FIXUP_RELEASE=	YES
65
FIXUP_RELEASE=	YES
30
.if defined(FIXUP_RELEASE)
66
.if defined(FIXUP_RELEASE)
Lines 33-39 Link Here
33
SRCBALL_NAME=	${DISTNAME:S/_W$//}_src
69
SRCBALL_NAME=	${DISTNAME:S/_W$//}_src
34
WRKSRC=		${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
70
WRKSRC=		${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
35
.endif
71
.endif
36
37
HAS_CONFIGURE=	yes
72
HAS_CONFIGURE=	yes
38
73
39
USES=		shebangfix tar:bzip2
74
USES=		shebangfix tar:bzip2

Return to bug 200716