diff options
author | fredb <fredb> | 2002-06-19 15:14:16 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-06-19 15:14:16 +0000 |
commit | 18fe0abc3d5125569ab11757ec6ce7333b5e220d (patch) | |
tree | 5193918cf5f72c605317415dd1c087bf3616d84e /www/apache/Makefile | |
parent | ee938eb6000515f69926ce6035017fd5f6bc2e64 (diff) | |
download | pkgsrc-18fe0abc3d5125569ab11757ec6ce7333b5e220d.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/Makefile')
-rw-r--r-- | www/apache/Makefile | 4 |
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} |