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 /www/linemode | |
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
Diffstat (limited to 'www/linemode')
-rw-r--r-- | www/linemode/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |