summaryrefslogtreecommitdiff
path: root/sysutils/cfengine/files/patch-inputs_Makefile.in
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2012-08-14 20:50:56 +0000
committerCy Schubert <cy@FreeBSD.org>2012-08-14 20:50:56 +0000
commit8402c86ad4269f1298158f0cb850e8e11d2b5fe9 (patch)
tree29032d13c4c98b3f51e8cf4dd98013c98ba077f0 /sysutils/cfengine/files/patch-inputs_Makefile.in
parent- Add optional dependency math/octave-forge-lssa. (diff)
Move cfengine ports to standardize namaing.
Submitted by: gjb
Notes
Notes: svn path=/head/; revision=302533
Diffstat (limited to 'sysutils/cfengine/files/patch-inputs_Makefile.in')
-rw-r--r--sysutils/cfengine/files/patch-inputs_Makefile.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/cfengine/files/patch-inputs_Makefile.in b/sysutils/cfengine/files/patch-inputs_Makefile.in
deleted file mode 100644
index bac3996a6dc6..000000000000
--- a/sysutils/cfengine/files/patch-inputs_Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- inputs/Makefile.in.orig 2008-07-01 22:51:16.000000000 -0400
-+++ inputs/Makefile.in 2008-07-01 22:51:37.000000000 -0400
-@@ -267,6 +267,7 @@
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
- @$(NORMAL_INSTALL)
-+.if !defined(NOPORTEXAMPLES)
- test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
- @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-@@ -276,6 +277,7 @@
- $(pkgdataSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
- else :; fi; \
- done
-+.endif
-
- uninstall-pkgdataSCRIPTS:
- @$(NORMAL_UNINSTALL)