summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>1999-05-09 17:45:58 +0000
committerNick Sayer <nsayer@FreeBSD.org>1999-05-09 17:45:58 +0000
commite9e87fc52768a9ce0f28b6832db42df98520504b (patch)
tree654ceec5a9ebea3aae85e0e6f4533ea5d8f3c2e5 /audio
parentActivate the zh-muni port. (diff)
fix a stupid typo
Notes
Notes: svn path=/head/; revision=18694
Diffstat (limited to 'audio')
-rw-r--r--audio/raproxy/Makefile4
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