summaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-02-14 00:58:06 +0000
committergrant <grant@pkgsrc.org>2003-02-14 00:58:06 +0000
commit528201784d9f4e68d828224b0963f6c83b42f751 (patch)
tree509426fa7ee99f5de70729d5fc30902fe682a3cd /net/rdesktop
parentacec9443aefd845d7ec4669e457590779018193f (diff)
downloadpkgsrc-528201784d9f4e68d828224b0963f6c83b42f751.tar.gz
Add trailing / to keymaps path.
Noted by Adrian Portelli in PR pkg/20336.
Diffstat (limited to 'net/rdesktop')
-rw-r--r--net/rdesktop/Makefile4
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}\\\"