diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-11 11:29:24 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-11 11:29:24 +0000 |
commit | fa59b5cfb59050ac31451baef848ce48cd80a45d (patch) | |
tree | cb6a09aa04547d6b9cbc949d05ccd154ed285436 /graphics/xfpovray | |
parent | e7bce6e2ba8d09e510545763f61f68adc03984e6 (diff) |
Notes
Diffstat (limited to 'graphics/xfpovray')
-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 83f60fed1d85..7a8364545e73 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> |