diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-29 19:04:45 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-29 19:04:45 +0000 |
commit | f85b27ed96b53f4c28129c8812ec45d557a8400a (patch) | |
tree | d8a227e0764a0775cc9fefcee66fee28b6856fc6 /sysutils/lsof | |
parent | fad5a9174254c283f9dbc84f960419b1ca5e576f (diff) | |
download | ports-f85b27ed96b53f4c28129c8812ec45d557a8400a.tar.gz ports-f85b27ed96b53f4c28129c8812ec45d557a8400a.zip |
Notes
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 80625b8177ce..855cd4829e1c 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -8,6 +8,7 @@ PORTNAME= lsof PORTVERSION= 4.85C +PORTREVISION= 1 PORTEPOCH= 5 CATEGORIES= sysutils MASTER_SITES= http://www.SpringDaemons.com/stas/ \ @@ -44,8 +45,7 @@ USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd -CONFIGURE_ENV= LSOF_CC="${CC}" -FREEBSD_SYS?= ${SRC_BASE}/sys +CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys" PLIST_FILES= sbin/lsof MAN8= lsof.8 |