aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-12-11 02:47:28 +0800
committerache <ache@FreeBSD.org>1995-12-11 02:47:28 +0800
commit5e04e13932f111cd98b688d698d4a4b0a87dfcd6 (patch)
tree6715ab8600d88d99e8ea9d1bf2f118f3e04eaf99
parent8116eb39e9a51bc8de10b17a1e79978355eb828a (diff)
downloadfreebsd-ports-gnome-5e04e13932f111cd98b688d698d4a4b0a87dfcd6.tar.gz
freebsd-ports-gnome-5e04e13932f111cd98b688d698d4a4b0a87dfcd6.tar.zst
freebsd-ports-gnome-5e04e13932f111cd98b688d698d4a4b0a87dfcd6.zip
Change extract order: library first, they can be overriden
-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