mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
bf0a21e0d5
- convert portname into lowercase - PREFIX support for default sshd_config - security-patch for cookie files obsolete
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
--- scard/Makefile.orig Fri Jun 29 09:02:09 2001
|
|
+++ scard/Makefile Wed Oct 3 14:14:55 2001
|
|
@@ -3,7 +3,7 @@
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
CARDLET= Ssh.bin
|
|
-DATADIR= /usr/libdata/ssh
|
|
+DATADIR= /libdata/ssh
|
|
|
|
all: ${CARDLET}
|
|
|