diff options
author | garga <garga@FreeBSD.org> | 2006-01-27 17:02:09 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-01-27 17:02:09 +0800 |
commit | 4d759e8b8eb8ad49c00d7b91e0ebb748557df4e2 (patch) | |
tree | ad0b2946ba34094297dc33367af3d19c01b2eb71 /emulators | |
parent | 3d7be32986cc7df71d1c5d90f46c2888f05a571f (diff) | |
download | freebsd-ports-gnome-4d759e8b8eb8ad49c00d7b91e0ebb748557df4e2.tar.gz freebsd-ports-gnome-4d759e8b8eb8ad49c00d7b91e0ebb748557df4e2.tar.zst freebsd-ports-gnome-4d759e8b8eb8ad49c00d7b91e0ebb748557df4e2.zip |
- Committed wrong Makefile on last commit, now commit the correct
s/${DATADIR}/%%DATADIR/g on PLIST_* vars
Noticed by: krismail
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sim/Makefile | 4 | ||||
-rw-r--r-- | emulators/simh/Makefile | 4 |
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> |