summaryrefslogtreecommitdiff
path: root/security/srp_client
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-05 06:00:18 +0000
committerwiz <wiz@pkgsrc.org>2000-02-05 06:00:18 +0000
commit2da8ead6f7e017281a6e5a72aeb81eca2e01ca62 (patch)
treee7218401d902e7d23f24b81580360200cc5c0c4e /security/srp_client
parentc75539eab143c6e586af41f98e342357e1d5a10d (diff)
downloadpkgsrc-2da8ead6f7e017281a6e5a72aeb81eca2e01ca62.tar.gz
$() -> ${}
Diffstat (limited to 'security/srp_client')
-rw-r--r--security/srp_client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index c399d931486..9e286d8a258 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/06/18 19:18:17 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/02/05 06:00:18 wiz Exp $
#
DISTNAME= srp-1.4.4
@@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-krb4
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/telnet/telnet/telnet \
${PREFIX}/bin/srptelnet
- $(INSTALL_DATA) ${WRKSRC}/telnet/telnet/telnet.1 \
+ ${INSTALL_DATA} ${WRKSRC}/telnet/telnet/telnet.1 \
${PREFIX}/man/man1/srptelnet.1
${INSTALL_PROGRAM} ${WRKSRC}/ftp/ftp/ftp ${PREFIX}/bin/srpftp
${INSTALL_DATA} ${WRKSRC}/ftp/ftp/ftp.M ${PREFIX}/man/man1/srpftp.1