diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /www/lynx | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index ce46b1b07d4f..c787b9c3b392 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -6,26 +6,26 @@ # PORTNAME= lynx -PORTVERSION= 2.8.3.1 +PORTVERSION= 2.8.3.1 CATEGORIES= www -MASTER_SITES= http://lynx.isc.org/current/ +MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}2.8.3rel.1 MAINTAINER= jseger@FreeBSD.org -USE_BZIP2= YES -WRKSRC= ${WRKDIR}/lynx2-8-3 -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ +USE_BZIP2= yes +WRKSRC= ${WRKDIR}/lynx2-8-3 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies -MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f -MAKEFILE= makefile -INSTALL_TARGET= install-full +MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f +MAKEFILE= makefile +INSTALL_TARGET= install-full MAN1= lynx.1 -L_LIB= ${PREFIX}/etc -L_DOC= ${PREFIX}/share/doc/lynx -L_HELP= ${PREFIX}/share/lynx_help +L_LIB= ${PREFIX}/etc +L_DOC= ${PREFIX}/share/doc/lynx +L_HELP= ${PREFIX}/share/lynx_help post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_DOC} |