aboutsummaryrefslogtreecommitdiff
path: root/security/cfv/files/patch-Makefile
blob: 1a0d0e66a7ffc8774daebf2d8fc0e06a7becbbea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Makefile.orig	Fri Jul 20 16:53:10 2001
+++ Makefile	Fri Jul 20 16:53:53 2001
@@ -1,5 +1,5 @@
 PYTHON=python
-prefix=/usr/local
+prefix=%%PREFIX%%
 exec_prefix=${prefix}
 
 #finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
@@ -10,7 +10,7 @@
 mandir=${prefix}/man
 install=/usr/bin/install -c
 user=root
-group=root
+group=wheel
 
 foo:
 	@echo 'to install cfv, type make install or install-wrapper.'