mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
o) Missing $ in patch file (patch-scripts-Makefile.in)
PR: - Submitted by: marius@conduct.no, dan@langille.org
This commit is contained in:
parent
3047850d8a
commit
78525ebfa9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148366
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= bacula
|
||||
PORTVERSION= 1.38.0
|
||||
#PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= bacula
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
! # $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(scriptdir)/stopmysql
|
||||
! # $(INSTALL_SCRIPT) bconsole $(DESTDIR)$(scriptdir)/bconsole
|
||||
! # $(INSTALL_SCRIPT) gconsole $(DESTDIR)$(scriptdir)/gconsole
|
||||
! $(INSTALL_SCRIPT) bacula (DESTDIR)$(sysconfdir)/rc.d/z-bacula.sh.sample
|
||||
! $(INSTALL_SCRIPT) bacula $(DESTDIR)$(sysconfdir)/rc.d/z-bacula.sh.sample
|
||||
@if test -f ${DESTDIR}${scriptdir}/mtx-changer; then \
|
||||
echo " ==> Saving existing mtx-changer to mtx-changer.old"; \
|
||||
$(MV) -f ${DESTDIR}${scriptdir}/mtx-changer ${DESTDIR}${scriptdir}/mtx-changer.old; \
|
||||
|
|
Loading…
Add table
Reference in a new issue