diff options
author | tron <tron@pkgsrc.org> | 2002-10-10 07:32:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-10-10 07:32:15 +0000 |
commit | 0ff252e1e79257d12d90fa946518e67c87eea5fd (patch) | |
tree | 3faa4cdbdf1992f667577ff5cf5d1ee44b071fce /chat | |
parent | 756444188e2a88676c8fa9a844e0eaffd8961530 (diff) | |
download | pkgsrc-0ff252e1e79257d12d90fa946518e67c87eea5fd.tar.gz |
Fix path to Perl binary in "src/update.pl" and "src/contact-update.pl".
Problem noted by Matthias Hertel in private e-mail.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/everybuddy/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/everybuddy/Makefile.common b/chat/everybuddy/Makefile.common index 0af27488de6..8b0da16f8d5 100644 --- a/chat/everybuddy/Makefile.common +++ b/chat/everybuddy/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2001/12/19 14:10:04 tron Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/10/10 07:32:15 tron Exp $ DISTNAME= everybuddy-0.2.0 CATEGORIES= chat @@ -16,6 +16,8 @@ FILESDIR= ${.CURDIR}/../everybuddy/files PATCHDIR= ${.CURDIR}/../everybuddy/patches PKGDIR= ${.CURDIR}/../everybuddy +REPLACE_PERL= src/update.pl src/contact-update.pl + post-build: ${SED} -e 's#@MKDIR@#${MKDIR}#' \ -e 's#@PREFIX@#${PREFIX}#' \ |