diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:04:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:04:08 +0000 |
commit | d6cc7c671a153126df241c2b805fc8e4cec7ae96 (patch) | |
tree | d5a5e644cbe1715b81493f2f6ca051544b98527f /games/awele/Makefile | |
parent | b4e27389274068508f40d4d9efb107cf97ea7869 (diff) | |
download | ports-d6cc7c671a153126df241c2b805fc8e4cec7ae96.tar.gz ports-d6cc7c671a153126df241c2b805fc8e4cec7ae96.zip |
Notes
Diffstat (limited to 'games/awele/Makefile')
-rw-r--r-- | games/awele/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile index 1482f16f5090..98fcce966e4a 100644 --- a/games/awele/Makefile +++ b/games/awele/Makefile @@ -3,7 +3,7 @@ # Date created: 01 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/05 08:00:27 tg Exp $ # DISTNAME= awele @@ -19,7 +19,7 @@ NO_INSTALL_MANPAGES= yes MAN6= xawele.6 post-patch: - @/usr/bin/perl -pi -e "s|@@LOCALBASE@@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile + @/usr/bin/perl -pi -e "s|\@\@LOCALBASE\@\@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile post-install: ${INSTALL_DATA} ${WRKSRC}/xawele.man ${PREFIX}/man/man6/xawele.6 |