mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- Unbreak on 4.X. - Update to use new USE_RC_SUBR style. PR: ports/96266 Submitted by: Olivier Beyssac <obld@r14.freenix.org> (maintainer) Reworked by: mnag, jmelo Approved by: mnag (mentor)
13 lines
694 B
Text
13 lines
694 B
Text
--- Makefile.in.orig Thu May 18 17:31:03 2006
|
|
+++ Makefile.in Thu May 18 17:31:45 2006
|
|
@@ -52,6 +52,10 @@
|
|
&& (cd $(DESTDIR)$(sbindir) && ln -s $(SUBMITNAME) $(INSERTNAME)) \
|
|
&& (cd $(DESTDIR)$(sbindir) && ln -s $(SUBMITNAME) $(DECRNAME))
|
|
strip $(DESTDIR)$(sbindir)/$(SUBMITNAME)
|
|
+ cp utils/bld-pf_policy.pl $(DESTDIR)/$(sbindir)
|
|
+ cp utils/bld-pf_log.pl $(DESTDIR)/$(sbindir)
|
|
+ [ -d $(DESTDIR)$(sysconfdir) ] || mkdir -p $(DESTDIR)$(sysconfdir)
|
|
+ cp bld.conf.sample $(DESTDIR)/$(sysconfdir)
|
|
[ -d $(DESTDIR)$(mandir)/man8 ] || mkdir -p $(DESTDIR)$(mandir)/man8
|
|
$(GZIP) -c bld.8 > $(DESTDIR)$(mandir)/man8/bld.8.gz
|
|
$(GZIP) -c bldread.8 > $(DESTDIR)$(mandir)/man8/bldread.8.gz
|