summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-06-19 15:14:16 +0000
committerfredb <fredb@pkgsrc.org>2002-06-19 15:14:16 +0000
commita1000c817a43cb3ba0dbc97de518e14552c7f6ae (patch)
tree5193918cf5f72c605317415dd1c087bf3616d84e /www/apache
parent9f0a6127ea79eb163a709134baa9ec556e36f57d (diff)
downloadpkgsrc-a1000c817a43cb3ba0dbc97de518e14552c7f6ae.tar.gz
Define ${EXTRACT_SUFX} before referring to it on the left hand side
(indirectly, through ``SITES_${MODSSL_DIST}=''), and add a comment regarding same, to help spare maintainers from brain-damage.
Diffstat (limited to 'www/apache')
-rw-r--r--www/apache/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index e4191e5a177..8270f71e52b 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2002/06/19 14:07:51 tron Exp $
+# $NetBSD: Makefile,v 1.98 2002/06/19 15:14:16 fredb Exp $
#
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
# code hooks that allow mod_ssl to be compiled separately later, if desired).
@@ -9,6 +9,8 @@ PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
http://www.apache.de/dist/httpd/
+# This must be defined, before it may be referred to on the LHS.
+EXTRACT_SUFX= .tar.gz
APACHE_DIST= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES= ${APACHE_DIST}