diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-05-09 17:45:58 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-05-09 17:45:58 +0000 |
commit | e9e87fc52768a9ce0f28b6832db42df98520504b (patch) | |
tree | 654ceec5a9ebea3aae85e0e6f4533ea5d8f3c2e5 /audio/raproxy | |
parent | 8e2305f4b5c32bf852b0b0dd1296abb86bf11696 (diff) | |
download | ports-e9e87fc52768a9ce0f28b6832db42df98520504b.tar.gz ports-e9e87fc52768a9ce0f28b6832db42df98520504b.zip |
fix a stupid typo
Notes
Notes:
svn path=/head/; revision=18694
Diffstat (limited to 'audio/raproxy')
-rw-r--r-- | audio/raproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile index 0a93cf2745b8..c0ebff0adf30 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.9 1999/02/13 20:03:59 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1999/05/09 17:34:12 nsayer Exp $ # DISTNAME= raproxy3.0b1 @@ -21,7 +21,7 @@ MAN8= raproxy.8 .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/{$DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE='Please fill out the form at http://service.real.com/firewall/index.html and place the sources at ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} then run make again' .endif |