diff options
author | nork <nork@FreeBSD.org> | 2003-01-28 21:29:29 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-01-28 21:29:29 +0000 |
commit | 4c8ae6ece13c9a647fba6c591e494aec95067a4a (patch) | |
tree | c799d12350b3791311309e944c4e2f9ff662e2b5 /misc/lr/Makefile | |
parent | 583ea19dc27923a8f79b3ed621fafad120c5a63c (diff) | |
download | FreeBSD-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/Makefile | 6 |
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 |