diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-07 17:03:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-07 17:03:26 +0800 |
commit | 72cf9a8bdf7130286efadb55d63bd31a7946ee5d (patch) | |
tree | 8f6c46a8dfe8aef12a5774b9a3f561cdfc5caab5 /security/cfv/files | |
parent | dcb3c47a8c152365dd9bf5074ca2cab8a734dbda (diff) | |
download | freebsd-ports-gnome-72cf9a8bdf7130286efadb55d63bd31a7946ee5d.tar.gz freebsd-ports-gnome-72cf9a8bdf7130286efadb55d63bd31a7946ee5d.tar.zst freebsd-ports-gnome-72cf9a8bdf7130286efadb55d63bd31a7946ee5d.zip |
upgrade to 1.10
Diffstat (limited to 'security/cfv/files')
-rw-r--r-- | security/cfv/files/patch-Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/security/cfv/files/patch-Makefile b/security/cfv/files/patch-Makefile index 1a0d0e66a7ff..6b1134bb4948 100644 --- a/security/cfv/files/patch-Makefile +++ b/security/cfv/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Jul 20 16:53:10 2001 -+++ Makefile Fri Jul 20 16:53:53 2001 +--- Makefile.orig Fri Dec 7 17:01:19 2001 ++++ Makefile Fri Dec 7 17:01:56 2001 @@ -1,5 +1,5 @@ PYTHON=python -prefix=/usr/local @@ -7,12 +7,3 @@ 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.' |