diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-04 22:34:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-04 22:34:13 +0000 |
commit | fb246351006412ccbae8b204defc6c7ec60a2a88 (patch) | |
tree | 3257e65de8a11202217ceff5e7169da50525346b /misc/acron | |
parent | 72c0c2273e108129f04c84b0bc5efb37f3dcf87c (diff) | |
download | ports-fb246351006412ccbae8b204defc6c7ec60a2a88.tar.gz ports-fb246351006412ccbae8b204defc6c7ec60a2a88.zip |
Notes
Diffstat (limited to 'misc/acron')
-rw-r--r-- | misc/acron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/acron/Makefile b/misc/acron/Makefile index 74ecd41fe491..033942b85494 100644 --- a/misc/acron/Makefile +++ b/misc/acron/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Dec 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1997/12/15 08:44:23 tg Exp $ +# $Id: Makefile,v 1.2 1998/06/27 05:19:16 asami Exp $ # DISTNAME= acron @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.ORG NO_BUILD= yes post-patch: - @/usr/bin/perl -pi -e "s|@@PREFIX@@|${PREFIX}|g;" ${WRKSRC}/whats + @/usr/bin/perl -pi -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats do-install: ${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin |