summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>1999-05-09 17:49:25 +0000
committerNick Sayer <nsayer@FreeBSD.org>1999-05-09 17:49:25 +0000
commit7acd813c7ac469d074c0bf76ae7d54b8acebb330 (patch)
treeb68aaa1545e16a8869f60a3355e8e7352c0cae5e /audio
parentMake deinstalling the man page work (diff)
fix more stupid typos
Notes
Notes: svn path=/head/; revision=18697
Diffstat (limited to 'audio')
-rw-r--r--audio/raproxy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile
index c0ebff0adf30..5c38278ba8df 100644
--- a/audio/raproxy/Makefile
+++ b/audio/raproxy/Makefile
@@ -3,7 +3,7 @@
# Date created: Sat May 8, 1999
# Whom: Nick Sayer (nsayer@freebsd.org)
#
-# $Id: Makefile,v 1.1.1.1 1999/05/09 17:34:12 nsayer Exp $
+# $Id: Makefile,v 1.2 1999/05/09 17:45:58 nsayer Exp $
#
DISTNAME= raproxy3.0b1
@@ -26,7 +26,7 @@ IGNORE='Please fill out the form at http://service.real.com/firewall/index.html
.endif
do-install:
- ${INSTALL-PROGRAM} ${WRKSRC}/raproxy ${PREFIX}/libexec/raproxy
- ${INSTALL-MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
+ ${INSTALL_PROGRAM} ${WRKSRC}/raproxy ${PREFIX}/libexec/raproxy
+ ${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
.include <bsd.port.post.mk>