diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-07-16 12:28:07 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-07-16 12:28:07 +0000 |
commit | ea4e8645ff876272c64ecfd3eb8a7e85ff4628ad (patch) | |
tree | 771f1c025f80a3c9f0e02ba41967f44b66ac9ef1 | |
parent | - Update to 1.21 (diff) |
Unbreak install by doing the REINPLACE_CMD after patching.
Notes
Notes:
svn path=/head/; revision=195729
-rw-r--r-- | news/diablo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/diablo/Makefile b/news/diablo/Makefile index 2bed24f2357f..f28a84f1a9ad 100644 --- a/news/diablo/Makefile +++ b/news/diablo/Makefile @@ -25,7 +25,7 @@ MAN8= dicmd.8 didump.8 dexpireover.8 dfeedinfo.8 dgrpctl.8 \ doverctl.8 drequeue.8 dhisexpire.8 PORTDOCS= COPYRIGHT INSTALL README.READER README.SERVER RELEASE_NOTES -post-extract: +post-patch: @${CP} ${SCRIPTDIR}/diablo.sh-sample ${WRKDIR} @${REINPLACE_CMD} -E 's|%%PREFIX%%|${PREFIX}|g ;\ s|-g -O.?|${CFLAGS}| ; s|g?cc|${CC}|' \ |