summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/everybuddy/Makefile.common4
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}#' \