diff options
author | ache <ache@FreeBSD.org> | 1995-12-11 02:51:56 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-12-11 02:51:56 +0800 |
commit | 7446b0808f9952531ef00b7c88e7f08d0388329c (patch) | |
tree | ce35072a8f175f9310a6b93cdaebbbcc2314652f | |
parent | 5e04e13932f111cd98b688d698d4a4b0a87dfcd6 (diff) | |
download | freebsd-ports-gnome-7446b0808f9952531ef00b7c88e7f08d0388329c.tar.gz freebsd-ports-gnome-7446b0808f9952531ef00b7c88e7f08d0388329c.tar.zst freebsd-ports-gnome-7446b0808f9952531ef00b7c88e7f08d0388329c.zip |
Change extract order: library first
-rw-r--r-- | www/linemode/Makefile | 6 | ||||
-rw-r--r-- | www/w3c-httpd/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/linemode/Makefile b/www/linemode/Makefile index dd1b4de1e63a..f45fb7a59a0c 100644 --- a/www/linemode/Makefile +++ b/www/linemode/Makefile @@ -3,7 +3,7 @@ # Date created: 17 April 1995 # Whom: NIIMI Satoshi <sa2c@and.or.jp> # -# $Id: Makefile,v 1.6 1995/11/27 04:10:16 asami Exp $ +# $Id: Makefile,v 1.7 1995/12/10 10:24:18 ache Exp $ # DISTNAME= WWW @@ -11,8 +11,8 @@ PKGNAME= cern_linemode-4.0p7 CATEGORIES+= www MASTER_SITES= ftp://ftp.w3.org/pub/linemode/ \ ftp://ftp.w3.org/pub/libwww/ -DISTFILES= www_4.0pre7_src.tar.gz \ - libwww_4.0pre7_src.tar.gz +DISTFILES= libwww_4.0pre7_src.tar.gz \ + www_4.0pre7_src.tar.gz MAINTAINER= sa2c@and.or.jp diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index aa3395aaaa60..50b7bb347786 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id: Makefile,v 1.8 1995/11/27 04:10:14 asami Exp $ +# $Id: Makefile,v 1.9 1995/12/10 18:41:24 ache Exp $ # DISTNAME= WWW @@ -11,8 +11,8 @@ PKGNAME= cern_httpd-3.0 CATEGORIES+= www MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \ ftp://ftp.w3.org/pub/libwww/ -DISTFILES= httpd_3.0_src.tar.gz \ - libwww_2.17_src.tar.Z +DISTFILES= libwww_2.17_src.tar.Z \ + httpd_3.0_src.tar.gz MAINTAINER= sa2c@and.or.jp |