diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-22 18:14:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-22 18:14:11 +0800 |
commit | d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d (patch) | |
tree | c25483ef9ceb6335a34ebff7845607b697c70aa9 /sysutils/lsof | |
parent | 70717dc960c583000dde5acfd950b24bfee36a7a (diff) | |
download | freebsd-ports-gnome-d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d.tar.gz freebsd-ports-gnome-d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d.tar.zst freebsd-ports-gnome-d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d.zip |
Corrrect whitespace introduced during PORTNAME conversion and portlint
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 ecd8f9becb39..6502920b6cb1 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.49 +PORTVERSION= 4.49 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${SRCBALL_NAME} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd -CONFIGURE_ENV= LSOF_CC=${CC} +CONFIGURE_ENV= LSOF_CC=${CC} MAN8= lsof.8 .if defined(PACKAGE_BUILDING) |