diff options
author | krion <krion@FreeBSD.org> | 2004-06-16 23:26:41 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-16 23:26:41 +0800 |
commit | 76ca1ace796b5c72ee7198f1060ecbe2a5e87312 (patch) | |
tree | cc76ba31cfdb4d59a16b98b4b9398997b3096ba1 /security | |
parent | 268e527e5544d584c81c6e13717d3e61adbf0575 (diff) | |
download | freebsd-ports-gnome-76ca1ace796b5c72ee7198f1060ecbe2a5e87312.tar.gz freebsd-ports-gnome-76ca1ace796b5c72ee7198f1060ecbe2a5e87312.tar.zst freebsd-ports-gnome-76ca1ace796b5c72ee7198f1060ecbe2a5e87312.zip |
Respect PREFIX
PR: ports/68008
Submitted by: Kevin Way <kevin.way@overtone.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/vlock/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/vlock/files/patch-aa b/security/vlock/files/patch-aa index 506bc528bf29..c622a4024d91 100644 --- a/security/vlock/files/patch-aa +++ b/security/vlock/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Oct 8 18:03:19 2000 -+++ Makefile Sun Oct 8 18:03:24 2000 +--- Makefile.orig Thu Jan 14 01:19:14 1999 ++++ Makefile Wed Jun 16 17:23:34 2004 @@ -1,24 +1,19 @@ # vlock makefile @@ -27,8 +27,8 @@ -terminal.o: vlock.h -input.o: vlock.h +install: -+ /usr/bin/install -c -s -o root -g wheel -m 4555 vlock /usr/local/bin/vlock -+ /usr/bin/install -c -o root -g wheel -m 444 vlock.1 /usr/local/man/man1 ++ /usr/bin/install -c -s -o root -g wheel -m 4555 vlock ${PREFIX}/bin ++ /usr/bin/install -c -o root -g wheel -m 444 vlock.1 ${MANPREFIX}/man/man1 clean: - rm -f $(OBJS) vlock core core.vlock |