diff options
author | grant <grant> | 2003-02-14 00:58:06 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-14 00:58:06 +0000 |
commit | f3fb35e180e33c1a94080d2236b0ccea4efa22f4 (patch) | |
tree | 509426fa7ee99f5de70729d5fc30902fe682a3cd /net | |
parent | 6934235d9040057b983558ea9fa1ef4cf477b6dc (diff) | |
download | pkgsrc-f3fb35e180e33c1a94080d2236b0ccea4efa22f4.tar.gz |
Add trailing / to keymaps path.
Noted by Adrian Portelli in PR pkg/20336.
Diffstat (limited to 'net')
-rw-r--r-- | net/rdesktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index eafc821f47c..a7e3491322b 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/02/13 23:25:05 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/14 00:58:06 grant Exp $ # DISTNAME= rdesktop-1.2.0 @@ -19,7 +19,7 @@ ALL_TARGET= rdesktop USE_X11= YES DATADIR= ${PREFIX}/share/rdesktop -KEYMAP_PATH= ${DATADIR}/keymaps +KEYMAP_PATH= ${DATADIR}/keymaps/ CFLAGS+= -DWITH_OPENSSL CFLAGS+= -DKEYMAP_PATH=\\\"${KEYMAP_PATH}\\\" |