diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-05-09 17:49:25 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-05-09 17:49:25 +0000 |
commit | e9d0c9e7e5423402bb37e17711c1417425e4c464 (patch) | |
tree | 1eea4403c80e59fdde9e0e4db00bfd16bfd996b6 /audio | |
parent | 9d27a9ff9c3778613f8e636d278438a60b8f4d4a (diff) | |
download | FreeBSD-ports-e9d0c9e7e5423402bb37e17711c1417425e4c464.zip FreeBSD-ports-e9d0c9e7e5423402bb37e17711c1417425e4c464.tar.gz |
fix more stupid typos
Diffstat (limited to 'audio')
-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 c0ebff0..5c38278 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> |