freebsd-ports/net-mgmt/netdot/files/patch-etc-Makefile
Anton Berezin 87bbfe30bf Add net-mgmt/netdot, a tool designed to help network administrators
collect, organize and maintain network information.

Submitted by:	Nick Hilliard <nick@foobar.org>
2012-03-07 20:36:31 +00:00

12 lines
397 B
Text

--- etc/Makefile.orig 2012-02-26 18:34:11.000000000 +0000
+++ etc/Makefile 2012-02-26 18:34:17.000000000 +0000
@@ -8,9 +8,3 @@
all:
$(substitute)
- if ! test -r $(PREFIX)/$(DIR)/Site.conf; then \
- $(SED) -r $(REPLACEMENT_EXPRESSIONS) Site.conf \
- > Site.conf.tmp;\
- install -m $(FMOD) Site.conf.tmp $(PREFIX)/$(DIR)/Site.conf;\
- rm -rf Site.conf.tmp;\
- fi;