diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-11 11:29:24 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-11 11:29:24 +0000 |
commit | df9ed0ba603c4b9ebb6f23f524eeaa781c65eb24 (patch) | |
tree | 6df438e36a91db793af0dad68abe0ca5d2a6756e /graphics/xfpovray/Makefile | |
parent | 907c4e69abbff6e0251d52d0ad4e0c3a47bf84a9 (diff) | |
download | FreeBSD-ports-df9ed0ba603c4b9ebb6f23f524eeaa781c65eb24.zip FreeBSD-ports-df9ed0ba603c4b9ebb6f23f524eeaa781c65eb24.tar.gz |
Escape @ for perl5.
Submitted by: Andrew Arensburger <arensb@cfar.umd.edu>
Diffstat (limited to 'graphics/xfpovray/Makefile')
-rw-r--r-- | graphics/xfpovray/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 83f60fe..7a83645 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1999/01/07 08:19:39 simokawa Exp $ +# $Id: Makefile,v 1.9 1999/01/09 00:26:12 fenner Exp $ # DISTNAME= xfpovray-1.3.1 @@ -26,6 +26,6 @@ USE_GMAKE= yes NO_INSTALL_MANPAGES= yes post-patch: - @/usr/bin/perl -pi -e "s|@LOCALBASE@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h + @/usr/bin/perl -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h .include <bsd.port.mk> |