aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-01-27 09:02:09 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-01-27 09:02:09 +0000
commit5606fb07ad96b21ba662f58ae037042f50207023 (patch)
tree1b0a90598fb49914f00dbfe463cba23bed4cc175 /emulators
parentef81a7a91c1dd0b833b407a3cf2b36320c0e8b2a (diff)
downloadports-5606fb07ad96b21ba662f58ae037042f50207023.tar.gz
ports-5606fb07ad96b21ba662f58ae037042f50207023.zip
- Committed wrong Makefile on last commit, now commit the correct
s/${DATADIR}/%%DATADIR/g on PLIST_* vars Noticed by: krismail
Notes
Notes: svn path=/head/; revision=154571
Diffstat (limited to 'emulators')
-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>