diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-10 18:47:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-10 18:47:28 +0000 |
commit | 053e6e899dc1b0982629a02b2f0583ccd2e21fec (patch) | |
tree | db6013b1ae404ce29fbb235577bc9cb45587a12f | |
parent | Fix MASTER_SITES/DISTFILES, they moved again (diff) |
Change extract order: library first, they can be overriden
Notes
Notes:
svn path=/head/; revision=2549
-rw-r--r-- | www/comline/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile index 7e5aa5d46e16..898f24a30dd4 100644 --- a/www/comline/Makefile +++ b/www/comline/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1995/12/10 09:15:35 ache Exp $ +# $Id: Makefile,v 1.2 1995/12/10 15:44:22 asami Exp $ # DISTNAME= WWW @@ -11,8 +11,8 @@ PKGNAME= comline-4.0p7 CATEGORIES+= www MASTER_SITES= ftp://ftp.w3.org/pub/comline/ \ ftp://ftp.w3.org/pub/libwww/ -DISTFILES= w3c_4.0pre7_src.tar.gz \ - libwww_4.0pre7_src.tar.gz +DISTFILES= libwww_4.0pre7_src.tar.gz \ + w3c_4.0pre7_src.tar.gz MAINTAINER= ache@freebsd.org |