diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
| commit | 69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch) | |
| tree | e2e604e83659be7f58596e80b3cf18e9d7d06dae /net/openslp/files/patch-Makefile.in | |
| parent | Stage net-mgmt/routers2 and cleanup (diff) | |
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying
an unstaged port)
Notes
Notes:
svn path=/head/; revision=363285
Diffstat (limited to 'net/openslp/files/patch-Makefile.in')
| -rw-r--r-- | net/openslp/files/patch-Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/openslp/files/patch-Makefile.in b/net/openslp/files/patch-Makefile.in new file mode 100644 index 000000000000..5b7e81856ede --- /dev/null +++ b/net/openslp/files/patch-Makefile.in @@ -0,0 +1,23 @@ +--- Makefile.in.orig Wed Mar 2 13:00:22 2005 ++++ Makefile.in Mon Jul 4 18:14:34 2005 +@@ -184,8 +184,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + SUBDIRS = common libslpattr slpd libslp slptool test +-EXTRA_DIST = win32 doc etc README.W32 FAQ +-DOC_DIR = $(prefix)/doc/openslp-$(VERSION) ++EXTRA_DIST = win32 etc README.W32 FAQ + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +@@ -624,10 +623,6 @@ + if [ -f $$file ]; then true; \ + else cp -f $(srcdir)/etc/slp.spi $(DESTDIR)$(sysconfdir); \ + fi +- rm -rf $(DESTDIR)$(DOC_DIR) +- mkdir -p $(DESTDIR)$(DOC_DIR) +- cp -r $(srcdir)/doc/* $(DESTDIR)$(DOC_DIR) +- rm -rf `find $(DESTDIR)$(DOC_DIR) -name CVS` + + dist-hook: + -rm -rf `find $(distdir)/doc -name CVS` |
