diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-02-05 19:38:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-02-05 19:38:40 +0000 |
commit | a5aa0c90ca8ffebd4c3a15be9330e752444516d2 (patch) | |
tree | daae7a87fc1732c7efc6c538dd9f6df8cca8b66d /net/asterisk-devel/files/patch-astman::Makefile | |
parent | Fix and remove BROKEN. (diff) |
Update to 0.7.1.
Notes
Notes:
svn path=/head/; revision=100074
Diffstat (limited to 'net/asterisk-devel/files/patch-astman::Makefile')
-rw-r--r-- | net/asterisk-devel/files/patch-astman::Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/asterisk-devel/files/patch-astman::Makefile b/net/asterisk-devel/files/patch-astman::Makefile index 53c8b316c2df..cf31005257cf 100644 --- a/net/asterisk-devel/files/patch-astman::Makefile +++ b/net/asterisk-devel/files/patch-astman::Makefile @@ -1,14 +1,14 @@ $FreeBSD$ ---- astman/Makefile 2003/10/17 09:43:08 1.1 -+++ astman/Makefile 2003/10/17 09:43:31 +--- astman/Makefile.orig Sat Oct 25 20:27:53 2003 ++++ astman/Makefile Fri Jan 30 01:47:34 2004 @@ -8,7 +8,7 @@ install: if [ "$(TARGET)" != "none" ]; then \ for x in $(TARGET); do \ -- install -m 755 $$x $(ASTSBINDIR)/astman; \ -+ $(BSD_INSTALL_PROGRAM) $$x $(ASTSBINDIR)/astman; \ +- install -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/astman; \ ++ $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(ASTSBINDIR)/astman; \ done ; \ fi |