diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2010-03-08 17:30:23 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2010-03-08 17:30:23 +0000 |
commit | 5dc11c178766787b3613d129447e9633f3b955c2 (patch) | |
tree | 31fe6b015b2776ad61b8e43edab65ab006b59ad9 /chat | |
parent | 92cc3a45ed4a7df997a78385bce8d21107e7bd23 (diff) | |
download | pkgsrc-5dc11c178766787b3613d129447e9633f3b955c2.tar.gz |
use BSD_INSTALL_SCRIPT instead of BSD_INSTALL_DATA for a shell script
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ejabberd/Makefile | 4 | ||||
-rw-r--r-- | chat/ejabberd/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile index e963267bea4..0357d25bb26 100644 --- a/chat/ejabberd/Makefile +++ b/chat/ejabberd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2010/01/17 12:02:06 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/03/08 17:30:23 dmcmahill Exp $ DISTNAME= ejabberd-2.1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.1.1/ diff --git a/chat/ejabberd/patches/patch-aa b/chat/ejabberd/patches/patch-aa index 7ae4e962592..40ab1510b9b 100644 --- a/chat/ejabberd/patches/patch-aa +++ b/chat/ejabberd/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2009/12/15 13:30:54 fhajny Exp $ +$NetBSD: patch-aa,v 1.6 2010/03/08 17:30:23 dmcmahill Exp $ --- src/Makefile.in.orig 2009-11-06 19:53:19.000000000 +0000 +++ src/Makefile.in @@ -72,7 +72,7 @@ $NetBSD: patch-aa,v 1.5 2009/12/15 13:30:54 fhajny Exp $ - [ -d $(SBINDIR) ] || install -d -m 755 $(SBINDIR) - install -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl + [ -d $(SBINDIR) ] || $(BSD_INSTALL_DATA_DIR) -m 755 $(SBINDIR) -+ $(BSD_INSTALL_DATA) -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl ++ $(BSD_INSTALL_SCRIPT) -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl # # Init script sed -e "s*@ctlscriptpath@*$(SBINDIR)*" \ |