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-ssl | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'www/lynx-ssl')
-rw-r--r-- | www/lynx-ssl/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile index c4bb256d3378..1ab497fb7534 100644 --- a/www/lynx-ssl/Makefile +++ b/www/lynx-ssl/Makefile @@ -6,28 +6,28 @@ # PORTNAME= lynx-ssl -PORTVERSION= 2.8.3.1 +PORTVERSION= 2.8.3.1 CATEGORIES= www -MASTER_SITES= ftp://lynx.isc.org/current/ +MASTER_SITES= ftp://lynx.isc.org/current/ DISTNAME= lynx2.8.3rel.1 -USE_OPENSSL= YES -USE_BZIP2= YES +USE_OPENSSL= yes +USE_BZIP2= yes .include <bsd.port.pre.mk> PATCH_SITES= http://www.moxienet.com/lynx/ PATCHFILES= lynx-283-ssl.patch.gz -PATCH_DIST_STRIP= -p1 +PATCH_DIST_STRIP= -p1 MAINTAINER= sec@42.org -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes CFLAGS+= -I${OPENSSLINC}/openssl -CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \ +CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \ --enable-nsl-fork -MAKEFILE= makefile -INSTALL_TARGET= install-full +MAKEFILE= makefile +INSTALL_TARGET= install-full MAN1= lynx.1 WRKSRC= ${WRKDIR}/lynx2-8-3 |