summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-11-03 14:41:52 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-11-03 14:41:52 +0000
commit3e66c8a1fec66be736c98505ada2631c61e0fbad (patch)
treee0e0e58e49f3accd9abfb9a970bf971aab2f1f02 /emulators
parentPerl Bindings for SDL (diff)
Rename patch-message, which is already a bsd.port.mk target.
Notes
Notes: svn path=/head/; revision=69345
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile4
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