pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2003Q4]: pkgsrc/mk Pullup a typo fix to the pkgsrc-2003Q4 bran...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6851cbc84cf
branches:  pkgsrc-2003Q4
changeset: 463708:c6851cbc84cf
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Dec 12 11:44:05 2003 +0000

description:
Pullup a typo fix to the pkgsrc-2003Q4 branch, requested by Grant Beattie.

        Module Name:    pkgsrc
        Committed By:   grant
        Date:           Thu Dec 11 13:51:28 UTC 2003

        Modified Files:
                pkgsrc/mk: apache.mk

        Log Message:
        add missing }.

        from Aidan Kehoe in PR pkg/23676.

diffstat:

 mk/apache.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 80882334154a -r c6851cbc84cf mk/apache.mk
--- a/mk/apache.mk      Fri Dec 12 11:41:45 2003 +0000
+++ b/mk/apache.mk      Fri Dec 12 11:44:05 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.3 2003/11/21 07:04:43 grant Exp $
+# $NetBSD: apache.mk,v 1.3.2.1 2003/12/12 11:44:05 agc Exp $
 #
 # This Makefile fragment handles Apache dependencies and make variables,
 # and is meant to be included by packages that require Apache either at
@@ -124,7 +124,7 @@
 
 _APACHE_BL_SRCDIR?=    ../../www/apache
 
-_APACHE_DEPENDENCY?=   ${BUILDLINK_DEPENDS.${_PKG_APACHE}:${_APACHE_PKGSRCDIR}
+_APACHE_DEPENDENCY?=   ${BUILDLINK_DEPENDS.${_PKG_APACHE}}:${_APACHE_PKGSRCDIR}
 
 # Add a runtime dependency on the apache server.
 # This may or may not create an actual dependency depending on



Home | Main Index | Thread Index | Old Index