summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/patches/patch-ah
blob: a8a83c62af6b1d41f175f48942f8773006b86305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ah,v 1.2 2003/04/26 08:33:01 seb Exp $

--- contrib/Makefile.am.orig	2001-11-21 18:59:51.000000000 +0000
+++ contrib/Makefile.am
@@ -1,9 +1,12 @@
 s1 = cfdoc
 s2 = cfengine.el
 
-sbin_SCRIPTS = vicf $(s1)
+sbin_SCRIPTS = $(s1)
 pkgdata_SCRIPTS = $(s2)
 
+exampledir = $(prefix)/share/examples/cfengine
+example_SCRIPTS = vicf
+
 EXTRA_DIST = README README.vicf $(s1) $(s2)
 
 #