diff options
author | Eygene Ryabinkin <rea@FreeBSD.org> | 2010-11-23 22:10:20 +0000 |
---|---|---|
committer | Eygene Ryabinkin <rea@FreeBSD.org> | 2010-11-23 22:10:20 +0000 |
commit | 981d45c88bed450253e7cc0ab60a0b1c12362dd8 (patch) | |
tree | fd8f4fbfeff786f2b960dab711149960256767de /net-mgmt/pnp/files/patch-scripts__Makefile.in | |
parent | Update to 1.386 (diff) |
net-mgmt/pnp: update to 0.6.7
- update sources to 0.6.7 -- the tip of 0.6-series;
- reworked patches and grouped them by-commit rather than by-file;
- excluded removal of .orig files -- all files aren't installed anymore;
- changed maintainer (my) e-mail.
Approved by: garga (mentor)
PR: ports/151118
Diffstat (limited to 'net-mgmt/pnp/files/patch-scripts__Makefile.in')
-rw-r--r-- | net-mgmt/pnp/files/patch-scripts__Makefile.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-mgmt/pnp/files/patch-scripts__Makefile.in b/net-mgmt/pnp/files/patch-scripts__Makefile.in deleted file mode 100644 index 03f3d0d280de..000000000000 --- a/net-mgmt/pnp/files/patch-scripts__Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- ./scripts/Makefile.in.orig 2010-05-29 23:27:44.000000000 +0200 -+++ ./scripts/Makefile.in 2010-05-29 23:27:44.000000000 +0200 -@@ -25,7 +25,6 @@ - devclean: distclean - - install-init: -- $(INSTALL) -m 755 $(INIT_OPTS) -d $(DESTDIR)$(INIT_DIR) - $(INSTALL) -m 755 $(INIT_OPTS) rc.npcd $(DESTDIR)$(INIT_DIR)/npcd - - install-processperfdata: -@@ -35,12 +34,9 @@ - $(INSTALL) -m 755 $(INSTALL_OPTS) check_pnp_rrds.pl $(DESTDIR)$(LIBEXECDIR) - - install-net2pnp: -- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) - $(INSTALL) -m 755 $(INSTALL_OPTS) net2pnp.pl $(DESTDIR)$(BINDIR) - - install: -- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(PERFDATADIR) -- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBEXECDIR) - $(MAKE) install-processperfdata - $(MAKE) install-plugins - |