aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/sim/Makefile4
-rw-r--r--emulators/simh/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile
index 11b2b8d12744..6fd6718dc87a 100644
--- a/emulators/sim/Makefile
+++ b/emulators/sim/Makefile
@@ -33,8 +33,8 @@ BIN_FILES= altair h316 ibm1130 nova pdp15 pdp9 vax780 \
PORTDOCS= 0readme_35.txt simh_doc.txt simh_swre.txt \
0readme_ethernet.txt simh_faq.txt
-PLIST_FILES= ${BIN_FILES:S/^/bin\//g} ${DATADIR}/ka655x.bin
-PLIST_DIRS= ${DATADIR}
+PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin
+PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index 11b2b8d12744..6fd6718dc87a 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -33,8 +33,8 @@ BIN_FILES= altair h316 ibm1130 nova pdp15 pdp9 vax780 \
PORTDOCS= 0readme_35.txt simh_doc.txt simh_swre.txt \
0readme_ethernet.txt simh_faq.txt
-PLIST_FILES= ${BIN_FILES:S/^/bin\//g} ${DATADIR}/ka655x.bin
-PLIST_DIRS= ${DATADIR}
+PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin
+PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>