summaryrefslogtreecommitdiff
path: root/chat/ircservices
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
commit601583c3207bd23bb05d0761888aefcb5699e1c2 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /chat/ircservices
parent7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff)
downloadpkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'chat/ircservices')
-rw-r--r--chat/ircservices/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile
index 3312f163fc4..225a9d0f1ec 100644
--- a/chat/ircservices/Makefile
+++ b/chat/ircservices/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/11/13 23:12:38 adrianp Exp $
+# $NetBSD: Makefile,v 1.28 2007/02/22 19:26:11 wiz Exp $
#
DISTNAME= ircservices-5.0.59
@@ -26,14 +26,14 @@ SUBST_FILES.install= install-script tools/ircservices-chk.in
SUBST_SED.install= -e "s|/bin/cp|${CP}|g"
SUBST_SED.install+= -e "s|/bin/chown|${CHOWN}|g"
SUBST_SED.install+= -e "s|/bin/chgrp|${CHGRP}|g"
-SUBST_SED.install+= -e "s|/bin/chmod|${CHMOD}|g"
-SUBST_SED.install+= -e "s|@DATDEST@|${VARBASE}/run|g"
+SUBST_SED.install+= -e "s|/bin/chmod|${CHMOD}|g"
+SUBST_SED.install+= -e "s|@DATDEST@|${VARBASE}/run|g"
SUBST_MESSAGE.install= Fixing scripts.
SUBST_CLASSES+= utils
SUBST_STAGE.utils= post-patch
SUBST_FILES.utils= data/Makefile tools/Makefile
-SUBST_SED.utils= -e "s|chgrp|${CHGRP}|g"
+SUBST_SED.utils= -e "s|chgrp|${CHGRP}|g"
SUBST_SED.utils+= -e "s|chmod|${CHMOD}|g"
SUBST_SED.utils+= -e "s|find|${FIND}|g"
SUBST_MESSAGE.utils= Fixing paths of hard-coded utilities.