mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Committed wrong Makefile on last commit, now commit the correct
s/${DATADIR}/%%DATADIR/g on PLIST_* vars Noticed by: krismail
This commit is contained in:
parent
ef81a7a91c
commit
5606fb07ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154571
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user