summaryrefslogtreecommitdiff
path: root/www/comline
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-12-10 18:47:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-12-10 18:47:28 +0000
commit053e6e899dc1b0982629a02b2f0583ccd2e21fec (patch)
treedb6013b1ae404ce29fbb235577bc9cb45587a12f /www/comline
parentFix MASTER_SITES/DISTFILES, they moved again (diff)
Change extract order: library first, they can be overriden
Notes
Notes: svn path=/head/; revision=2549
Diffstat (limited to 'www/comline')
-rw-r--r--www/comline/Makefile6
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