diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-20 17:07:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-20 17:07:39 +0800 |
commit | 074bc09bd01353101e23f51eff9a131a93f43238 (patch) | |
tree | 746c42f80b8580e358c6327cabc4387c38dd9d09 /security/cfv/files | |
parent | a9888a304387435f59cb878d6cbb8a39926ddcd8 (diff) | |
download | freebsd-ports-gnome-074bc09bd01353101e23f51eff9a131a93f43238.tar.gz freebsd-ports-gnome-074bc09bd01353101e23f51eff9a131a93f43238.tar.zst freebsd-ports-gnome-074bc09bd01353101e23f51eff9a131a93f43238.zip |
add cfv
cfv is a utility to both test and create .sfv, .csv and md5sum files
Diffstat (limited to 'security/cfv/files')
-rw-r--r-- | security/cfv/files/patch-Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/cfv/files/patch-Makefile b/security/cfv/files/patch-Makefile new file mode 100644 index 000000000000..1a0d0e66a7ff --- /dev/null +++ b/security/cfv/files/patch-Makefile @@ -0,0 +1,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.' |