diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-03 14:41:52 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-03 14:41:52 +0000 |
commit | 3e66c8a1fec66be736c98505ada2631c61e0fbad (patch) | |
tree | e0e0e58e49f3accd9abfb9a970bf971aab2f1f02 /emulators/bochs | |
parent | 4208f2b40175bdc25c1867fbc42203d1994c7d48 (diff) | |
download | ports-3e66c8a1fec66be736c98505ada2631c61e0fbad.tar.gz ports-3e66c8a1fec66be736c98505ada2631c61e0fbad.zip |
Notes
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 994c00b84897..248a77a303fb 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -126,7 +126,7 @@ pre-everything:: # Post-configure # -post-patch: patch-bochsrc patch-mans patch-wrapper patch-message +post-patch: patch-bochsrc patch-mans patch-wrapper patch-pkgmessage patch-bochsrc: @${REINPLACE_CMD} -E ' \ @@ -145,7 +145,7 @@ patch-wrapper: s|%%FONT_DIR%%|${FONT_DIR}| \ ' ${FILESDIR}/bochs.sh > ${WRKDIR}/bochs.sh -patch-message: +patch-pkgmessage: @${SED} 's|%%DATADIR%%|${DATADIR}|g' ${MSG_FILE} > ${PKGMESSAGE} # Post-build |