summaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authorgrant <grant>2003-02-14 00:58:06 +0000
committergrant <grant>2003-02-14 00:58:06 +0000
commitc560485c94c7bcd103a25cc66a20081e4a6c8496 (patch)
tree509426fa7ee99f5de70729d5fc30902fe682a3cd /net/rdesktop
parentf48fe19a7d5093ff67cdb2d5a8559ca490bde12a (diff)
downloadpkgsrc-c560485c94c7bcd103a25cc66a20081e4a6c8496.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}\\\"