summaryrefslogtreecommitdiffstats
path: root/misc/lr/Makefile
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-01-28 21:29:29 +0000
committernork <nork@FreeBSD.org>2003-01-28 21:29:29 +0000
commit4c8ae6ece13c9a647fba6c591e494aec95067a4a (patch)
treec799d12350b3791311309e944c4e2f9ff662e2b5 /misc/lr/Makefile
parent583ea19dc27923a8f79b3ed621fafad120c5a63c (diff)
downloadFreeBSD-ports-4c8ae6ece13c9a647fba6c591e494aec95067a4a.zip
FreeBSD-ports-4c8ae6ece13c9a647fba6c591e494aec95067a4a.tar.gz
Update to 1.9
PR: ports/47587 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> (maintainer)
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 35bfff1..332c303 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
OpenPOWER on IntegriCloud