View | Details | Raw Unified | Return to bug 155933
Collapse All | Expand All

(-)/home/ler/ports/sysutils/lsof/Makefile (-2 / +2 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	lsof
9
PORTNAME=	lsof
10
PORTVERSION=	4.85C
10
PORTVERSION=	4.85C
11
PORTREVISION=	1
11
PORTEPOCH=	5
12
PORTEPOCH=	5
12
CATEGORIES=	sysutils
13
CATEGORIES=	sysutils
13
MASTER_SITES=	http://www.SpringDaemons.com/stas/ \
14
MASTER_SITES=	http://www.SpringDaemons.com/stas/ \
Lines 44-51 Link Here
44
HAS_CONFIGURE=	yes
45
HAS_CONFIGURE=	yes
45
CONFIGURE_SCRIPT=	Configure
46
CONFIGURE_SCRIPT=	Configure
46
CONFIGURE_ARGS=	-n freebsd
47
CONFIGURE_ARGS=	-n freebsd
47
CONFIGURE_ENV=	LSOF_CC="${CC}"
48
CONFIGURE_ENV=	LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
48
FREEBSD_SYS?=	${SRC_BASE}/sys
49
PLIST_FILES=	sbin/lsof
49
PLIST_FILES=	sbin/lsof
50
MAN8=		lsof.8
50
MAN8=		lsof.8

Return to bug 155933