diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-05-10 01:45:58 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-05-10 01:45:58 +0800 |
commit | 8d1913e476f54f08443a9a321542ac0dfd917f63 (patch) | |
tree | 5961bcad0926df0a4d67c484dea5bbadfd5b1176 /audio/raproxy/Makefile | |
parent | 916f2bf186fce94a3cc606daaed214d3cf71747a (diff) | |
download | freebsd-ports-gnome-8d1913e476f54f08443a9a321542ac0dfd917f63.tar.gz freebsd-ports-gnome-8d1913e476f54f08443a9a321542ac0dfd917f63.tar.zst freebsd-ports-gnome-8d1913e476f54f08443a9a321542ac0dfd917f63.zip |
fix a stupid typo
Diffstat (limited to 'audio/raproxy/Makefile')
-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 |