diff options
author | grant <grant@pkgsrc.org> | 2003-02-14 00:58:06 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-14 00:58:06 +0000 |
commit | 528201784d9f4e68d828224b0963f6c83b42f751 (patch) | |
tree | 509426fa7ee99f5de70729d5fc30902fe682a3cd /net/rdesktop/Makefile | |
parent | acec9443aefd845d7ec4669e457590779018193f (diff) | |
download | pkgsrc-528201784d9f4e68d828224b0963f6c83b42f751.tar.gz |
Add trailing / to keymaps path.
Noted by Adrian Portelli in PR pkg/20336.
Diffstat (limited to 'net/rdesktop/Makefile')
-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}\\\" |