diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-01-27 09:02:09 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-01-27 09:02:09 +0000 |
commit | 5606fb07ad96b21ba662f58ae037042f50207023 (patch) | |
tree | 1b0a90598fb49914f00dbfe463cba23bed4cc175 /emulators/simh | |
parent | ef81a7a91c1dd0b833b407a3cf2b36320c0e8b2a (diff) | |
download | ports-5606fb07ad96b21ba662f58ae037042f50207023.tar.gz ports-5606fb07ad96b21ba662f58ae037042f50207023.zip |
Notes
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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> |