summaryrefslogtreecommitdiff
path: root/misc/lr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/lr/Makefile')
-rw-r--r--misc/lr/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/lr/Makefile b/misc/lr/Makefile
index 35bfff121ee2..332c3030a83c 100644
--- a/misc/lr/Makefile
+++ b/misc/lr/Makefile
@@ -7,14 +7,16 @@
#
PORTNAME= lr
-PORTVERSION= 1.7
+PORTVERSION= 1.9
CATEGORIES= misc
MASTER_SITES= http://www.seekrut.com/rk/
+DISTNAME= lazyread-${PORTVERSION}
MAINTAINER= mich@freebsdcluster.org
+WRKSRC= ${WRKDIR}/${DISTNAME}
do-build:
- cd ${WRKSRC}; ${CC} ${CFLAGS} -o lr lr.c -lncurses
+ cd ${WRKSRC}; ${CC} ${CFLAGS} -o lr lazyread.c -lncurses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin