diff options
author | asami <asami@FreeBSD.org> | 1996-02-29 18:29:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-02-29 18:29:37 +0800 |
commit | 90eca8459f990981cd34be7984874e80ce647138 (patch) | |
tree | ad2754fa36e98c2c23d3459128ae69e3b613499f /www | |
parent | 1267d9bdbeb2727443643f363db03de36803228c (diff) | |
download | freebsd-ports-gnome-90eca8459f990981cd34be7984874e80ce647138.tar.gz freebsd-ports-gnome-90eca8459f990981cd34be7984874e80ce647138.tar.zst freebsd-ports-gnome-90eca8459f990981cd34be7984874e80ce647138.zip |
Reorder variables.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 14 | ||||
-rw-r--r-- | www/lynx/Makefile | 14 |
2 files changed, 12 insertions, 16 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 9fb3b6f6d815..e26240e94508 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -4,13 +4,14 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.16 1996/01/16 03:43:25 ache Exp $ +# $Id: Makefile,v 1.18 1996/02/09 19:09:35 ache Exp $ # DISTNAME= lynx2-4-fm PKGNAME= lynx-2.4fm -WRKSRC= ${WRKDIR}/lynx2-4-FM CATEGORIES+= www +MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/nidr/www/ +EXTRACT_SUFX= .zip # Original location, lynx changes too often there #MASTER_SITES= http://www.wfbr.edu/lynx/ @@ -23,16 +24,13 @@ CATEGORIES+= www #MASTER_SITES= ftp://ftp.hhs.dk//fote_mirror/ #NCFTPTAIL= > ${DISTFILES} -MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/nidr/www/ - -EXTRACT_CMD= unzip -EXTRACT_ARGS= -q -EXTRACT_SUFX= .zip - MAINTAINER= ache@FreeBSD.ORG BUILD_DEPENDS= ${EXTRACT_CMD}:${PORTSDIR}/archivers/unzip +WRKSRC= ${WRKDIR}/lynx2-4-FM +EXTRACT_CMD= unzip +EXTRACT_ARGS= -q ALL_TARGET= freebsd-ncurses .include <bsd.port.mk> diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 9fb3b6f6d815..e26240e94508 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -4,13 +4,14 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.16 1996/01/16 03:43:25 ache Exp $ +# $Id: Makefile,v 1.18 1996/02/09 19:09:35 ache Exp $ # DISTNAME= lynx2-4-fm PKGNAME= lynx-2.4fm -WRKSRC= ${WRKDIR}/lynx2-4-FM CATEGORIES+= www +MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/nidr/www/ +EXTRACT_SUFX= .zip # Original location, lynx changes too often there #MASTER_SITES= http://www.wfbr.edu/lynx/ @@ -23,16 +24,13 @@ CATEGORIES+= www #MASTER_SITES= ftp://ftp.hhs.dk//fote_mirror/ #NCFTPTAIL= > ${DISTFILES} -MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/nidr/www/ - -EXTRACT_CMD= unzip -EXTRACT_ARGS= -q -EXTRACT_SUFX= .zip - MAINTAINER= ache@FreeBSD.ORG BUILD_DEPENDS= ${EXTRACT_CMD}:${PORTSDIR}/archivers/unzip +WRKSRC= ${WRKDIR}/lynx2-4-FM +EXTRACT_CMD= unzip +EXTRACT_ARGS= -q ALL_TARGET= freebsd-ncurses .include <bsd.port.mk> |