diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-05-09 17:49:25 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-05-09 17:49:25 +0000 |
commit | 7acd813c7ac469d074c0bf76ae7d54b8acebb330 (patch) | |
tree | b68aaa1545e16a8869f60a3355e8e7352c0cae5e /audio/raproxy | |
parent | 0f95b49692a1f66265230f5bb0b66ac98de3c3d3 (diff) | |
download | ports-7acd813c7ac469d074c0bf76ae7d54b8acebb330.tar.gz ports-7acd813c7ac469d074c0bf76ae7d54b8acebb330.zip |
fix more stupid typos
Notes
Notes:
svn path=/head/; revision=18697
Diffstat (limited to 'audio/raproxy')
-rw-r--r-- | audio/raproxy/Makefile | 6 |
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> |